• Someone else asked how to change font on the Simply Read theme. I need to know how to do this too, so I added a comment.

    @wpyogi closed the thread as a duplicate and told me to post my own question. There wasn’t any link to the thread that had the answer and I still can’t find any answer.

    So: please, how do I change font on the Simply Read theme?

    It this question has already been answered, thanks but please can you post a link to the answer as I can’t find it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • maciej.ko

    (@maciejko)

    Hi @cjpers I guess you didn’t get the answer. Did you find out where to change the fonts though?

    Or what’s the header’s font name?

    cheers
    Maciek

    InternetbureauPeerio

    (@internetbureaupeerio)

    I guess you mean the font-family? You can do that easily via the CSS file.. Go to the bottom and type in:

    to download a font in your website:

    @font-face {
    font-family: myFirstFont;
    src: url(sansation_light.woff);
    }

    attribute you want to apply the font {
    font-family: “Times New Roman”, Georgia, Serif; <- the fonts you want to insert
    }

    I also got some other fonts than the regular ones at [moderated]

    Read more at: https://www.w3schools.com/cssref/css3_pr_font-face_rule.asp

    maciej.ko

    (@maciejko)

    Thanks InternetbureauPeerio I was just wondering if there is a easy way to change fonts in WP dashboard.

    Looks like there isn’t,

    cheers

    Hi! I changed the fonts using googlefonts plugin. Whith this you can change all theme fonts.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change font on the Simply Read theme’ is closed to new replies.