Tagged: Fonts
Hi
I have a few fonts that I want to add to the menu. I generated CSS and WebFont stuff using http://www.fontsquirrel.com/tools/webfont-generator. Now, what’s next? Where should I place them? And how do I add them to fonts mens?
Please note:
1- NOT a google font
2- I do NOT want to use it in custom css. I want to add it to menus
Hey Mustafa!
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
Best regards,
Yigit
Hey @Yigit
Thank you for your quick input.
This will be useful to consider. So, is there a way to add custom non-google fonts to the font menus?
Hi!
After uploading your fonts, you can add following code to Quick CSS in Enfold theme options under General Styling tab and change font family
.av-main-nav>li>a { font-family: arial !important; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
Yigit