Hi, how can I add may own custom font “FiraSans” in the EnfoldTheme?
I’ve used the font face generator: http://www.fontsquirrel.com/tools/webfont-generator
Then uploaded all the font files into the enfold/css folder and addes the font face code to custom.css.
So what comes next? So that I can choose FiraSans from the Option List in the styling section of the admin panel.
Thank you.
Nikolaus
Hey Nikolaus!
On which element you would like to use your custom font? You can simply use custom CSS and target your elements
Regards,
Yigit
Hi Yigit,
I want to select my custom font in the list of fonts in the Enfold styling section and use it for Heading Font and body text.
I’m a beginner, do not know much about html and syntax … I need a simple instruction step by step.
Thank you.
Regards,
Nikolaus
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h1,h2,h3,h4,h5,h6,body p { font-family: 'name-of-your-custom-font-here' !important; }
Regards,
Yigit
Funktioniert nicht.
Möglich, dass ich den font-face code, styleshett.css und custom.css nicht richtig eingebunden habe??
Grüße
Nikolaus
Oh, sorry wrote in german.
—
I tried it, but I was not able to choose the font in the General Styling Option.
Regards,
Nikolaus
Hi!
You can add Google fonts to your general styling options – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
For custom fonts you should use custom CSS as i posted above :)
Best regards,
Yigit
ok thank you
Nikolaus