• [email protected]

    (@christineblythe500hotmailcom)


    I really like this theme except for one thing. I don’t like the body text font at all and would like to change it to a sans-serif font – ideally ‘Inherit’, but Opens Sans or Helvetica would be acceptable as well.

    How can I do this?

    Thanks,

    Christine

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Blogging Theme Styles

    (@bloggingthemes)

    Hi Christine,

    To change the body font, you can venture into the customizer:

    Go to Appearance >> Customize >> Additional CSS

    Then add this:

    body {
        font-family: Arial,helvetica,sans-serif;
    }

    That will change the default body font to Arial, followed by Helevtica, followed by sans-serif if the previous two are not available. Of course, you can change them up to your preference.

    Was this what you wanted to do?

    As a side note, you cannot really put “inherit” in the font-family on the body because there’s nothing to really inherit from as the inherit only works from whatever the parent font is.

    Let me know how things turn out.

    Cheers,
    Andre

Viewing 1 replies (of 1 total)
  • The topic ‘Changing font in body text’ is closed to new replies.