• Resolved pbujok

    (@pbujok)


    Hi, I would like to simply add Georgia, but when I add it to the customizer it keeps taking it from Google fonts. How can I simply disable this font customizer and use css?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello!

    You can force the theme use Georgia doing the follow:

    Open your style.css file and add the line:

    body{
    font-family:Georgia, serif !important;
    }

    This code will change ALL TEXTS on your site to Georgia. If you want to change only paragraphs or titles you need to change the css selector properly.

    Hope it helps.

    Evandro

    Theme Author simplethemes

    (@simplethemes)

    Hi, ellp is correct. If you set the font in the customizer to “Serif” and then add the rule he mentioned to your style.css file, it should not call fonts from Google.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Changing Fonts’ is closed to new replies.