• I have selected the Jolene theme and love everything about it, except for the lack of ability to change the font. Is there a way to change the fonts?

Viewing 1 replies (of 1 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    .site {
        font-family: "Philosopher",sans-serif;
    }

    Edit to whatever font you want.

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.

Viewing 1 replies (of 1 total)

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