Fontbook And Menu - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Fontbook And Menu

R

Robert

SP Page Builder 2 years ago

Hi, When you have used fontbook and installed a font ('Cinzel'). The font only applies only in SPPB and not in Helix Ultimate?

The main menu is still the standard font.

When you select a menu font in Helix that is uploaded with fontbook, will Helix get the font from fontbook or does helix makes a connection to Google Fonts for the menu?

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #136775

Hi Robert,

You are confusing concepts and areas.

Fontbook was created intended for SPPB component area.

If you want to use that same font also for template areas (like Menu) you have to add extra line of Custom CSS. Here is example how it may look like:

.sp-megamenu-parent > li > a, 
.sp-megamenu-parent > li > span, 
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a 
{font-family: 'Cinzel', sans-serif; }

Of course preview used font-family name in CSS code and use it inside my example code, and then it will work.


In the future, Helix Ultimate will get a similar tool to what SPPB has, but for now you have to use "classic" webmaster skills.

0
R
Robert
Accepted Answer
2 years ago #136780

Thank for the clear explaination Paul, thank you. Will add some lines.

0