• Resolved JoeMD

    (@joemd)


    Hello,

    I was wondering how one changes fonts with Expound. I’m using a child theme, by the way. The current font I find a little hard to read. I’d prefer to have something like Arial or Tahoma.

    https://soniccollectors.com/

Viewing 1 replies (of 1 total)
  • Joe,

    Add this to your child theme style sheet and it should override the default font being used by the parent theme:

    body {
         font: 13px/20px Arial, sans-serif;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Changing Fonts’ is closed to new replies.