Hey,
I bought a Webfont in two different styles – medium and semibold. I want to change the active point from medium to semibold, but that doesn't work. the font is embedded like two different fonts. Is there a possibility to fixe this issue?
Thank you in advance! Best Greetings.
-
Active Point Navigation – change Font
-
Hey jnstsn!!
Yes this is a good thing to have, I will include it as an option.
Right now you can try with css:
nav.primary li.current-menu-item a{ font-family: "yourfontfamilyname"; }
Replace "yourfontfamilyname" with the name of "Font Name" in lay options -> webfonts. This should be wrapped by " "
-
Thank you Armin,
works fine to me! ;)