• Hi – How can I change the default font for all pages, posts and text on the site? What is the default font?

    Thanks,

    Rebekah

Viewing 1 replies (of 1 total)
  • Hi Rebekah,
    the theme uses Arial,sans-serif. To change this you can add this to your child style.css:

    body {
        font-family: Arial,sans-serif; // change the font to whatever you wish
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Changing the font’ is closed to new replies.