Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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.
    Nikolaus

    #613761

    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

    #613786

    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

    #613800

    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

    #613824

    Funktioniert nicht.
    Möglich, dass ich den font-face code, styleshett.css und custom.css nicht richtig eingebunden habe??
    Grüße
    Nikolaus

    #613848

    Oh, sorry wrote in german.

    I tried it, but I was not able to choose the font in the General Styling Option.
    Regards,
    Nikolaus

    #613853

    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

    #613876

    ok thank you
    Nikolaus

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Add my Custom Font’ is closed to new replies.