Title: Changing Fonts
Last modified: August 21, 2016

---

# Changing Fonts

 *  Resolved [pbujok](https://wordpress.org/support/users/pbujok/)
 * (@pbujok)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/changing-fonts-19/)
 * Hi, I would like to simply add Georgia, but when I add it to the customizer it
   keeps taking it from Google fonts. How can I simply disable this font customizer
   and use css?

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

 *  [ellp](https://wordpress.org/support/users/ellp/)
 * (@ellp)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/changing-fonts-19/#post-4756538)
 * Hello!
 * You can force the theme use Georgia doing the follow:
 * Open your style.css file and add the line:
 *     ```
       body{
       font-family:Georgia, serif !important;
       }
       ```
   
 * This code will change ALL TEXTS on your site to Georgia. If you want to change
   only paragraphs or titles you need to change the css selector properly.
 * Hope it helps.
 * Evandro
 *  Theme Author [simplethemes](https://wordpress.org/support/users/simplethemes/)
 * (@simplethemes)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/changing-fonts-19/#post-4756577)
 * Hi, ellp is correct. If you set the font in the customizer to “Serif” and then
   add the rule he mentioned to your style.css file, it should not call fonts from
   Google.

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

The topic ‘Changing Fonts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/smpl-skeleton/2.1.1/screenshot.
   png)
 * Smpl Skeleton
 * [Support Threads](https://wordpress.org/support/theme/smpl-skeleton/)
 * [Active Topics](https://wordpress.org/support/theme/smpl-skeleton/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/smpl-skeleton/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/smpl-skeleton/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [simplethemes](https://wordpress.org/support/users/simplethemes/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/changing-fonts-19/#post-4756577)
 * Status: resolved