Title: [Theme: Landscape] Help changing fonts using css
Last modified: August 30, 2016

---

# [Theme: Landscape] Help changing fonts using css

 *  [eunchae](https://wordpress.org/support/users/eunchae/)
 * (@eunchae)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/theme-landscape-help-changing-fonts-using-css/)
 * This is my blog website: [http://www.pharmatek.com/blog/](http://www.pharmatek.com/blog/)
   
   it is linked to a parent website [http://www.pharmatek.com](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)

 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/theme-landscape-help-changing-fonts-using-css/#post-6335569)
 * 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](https://wordpress.org/support/users/eunchae/)
 * (@eunchae)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/theme-landscape-help-changing-fonts-using-css/#post-6335614)
 * 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?
 *  [Sam](https://wordpress.org/support/users/soumendra/)
 * (@soumendra)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/theme-landscape-help-changing-fonts-using-css/#post-6335617)
 * 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](https://wordpress.org/support/users/jdembowski/).

Viewing 3 replies - 1 through 3 (of 3 total)

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

## Tags

 * [childtheme](https://wordpress.org/support/topic-tag/childtheme/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [font](https://wordpress.org/support/topic-tag/font/)

 * 3 replies
 * 2 participants
 * Last reply from: [Sam](https://wordpress.org/support/users/soumendra/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/theme-landscape-help-changing-fonts-using-css/#post-6335617)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
