• This is my blog website: http://www.pharmatek.com/blog/
    it is linked to a parent website http://www.pharmatek.com

    does anyone have any idea how to change the font on the blog website only?
    I’ve tried multiple times, I’ve created a child theme as well but I can’t seem to override the existing template’s font.

    I would like to change the font to a font that I have found on Google Fonts.
    Thanks for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You can try these in your Custom CSS for the blog page font:

    .page-id-5115 .site-title a {
        font-family: georgia;
    }
    .page-id-5115 .site-description {
        font-family: georgia;
    }
    .page-id-5115 .entry-title {
        font-family: georgia;
    }
    .page-id-5115 .widget-title {
        font-family: georgia;
    }
    .page-id-5115 ul li a {
        font-family: georgia;
    }

    You can adjust the font as per your requarement.

    Thank you.

    Thread Starter eunchae

    (@eunchae)

    where exactly is the blog page font ?
    do you mean style.css? or header.php?

    Do I need to replace this code with any other code?

    Hello,

    You can add a GOOGLE TYPOGRAPHY Plug in or if you want to add that manually then you can refer this link:

    [ Moderator note: link redacted, please do not send people to your site that way. ]

    After adding the font to your theme you can add the above code in your Custom CSS.

    Thank you.

    • This reply was modified 9 years, 5 months ago by Jan Dembowski.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Theme: Landscape] Help changing fonts using css’ is closed to new replies.