-
AuthorPosts
-
April 14, 2016 at 11:07 am #613691
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.
NikolausApril 14, 2016 at 12:29 pm #613761Hey Nikolaus!
On which element you would like to use your custom font? You can simply use custom CSS and target your elements
Regards,
YigitApril 14, 2016 at 12:42 pm #613786Hi 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,
NikolausApril 14, 2016 at 12:54 pm #613800Hey!
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,
YigitApril 14, 2016 at 1:13 pm #613824Funktioniert nicht.
Möglich, dass ich den font-face code, styleshett.css und custom.css nicht richtig eingebunden habe??
Grüße
NikolausApril 14, 2016 at 1:35 pm #613848Oh, sorry wrote in german.
—
I tried it, but I was not able to choose the font in the General Styling Option.
Regards,
NikolausApril 14, 2016 at 1:38 pm #613853Hi!
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,
YigitApril 14, 2016 at 1:58 pm #613876ok thank you
Nikolaus -
AuthorPosts
- The topic ‘Add my Custom Font’ is closed to new replies.
