Viewing 2 replies - 1 through 2 (of 2 total)
  • Easy! ?? Are you using a child theme or custom css plugin?

    Something like this should help:

    body {
        font-family: (your font info here);
        font-size: (font size);
    }

    If there’s some font info set under different css rules, you’ll just have to make a few changes by finding out what you want changed and adding it to the above.

    If you want to use a Google Font, you’ll have to add the relevant code as well (which just means copying and pasting the @import in this case)

    Thread Starter jamiek47

    (@jamiek47)

    Thanks I had change the font style in about 30 places though!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change font face & size?’ is closed to new replies.