Title: Changing Fonts
Last modified: August 21, 2016

---

# Changing Fonts

 *  [Robbertvw](https://wordpress.org/support/users/robbertvw/)
 * (@robbertvw)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/changing-fonts-12/)
 * Hello Customizr,
 * I want to change Fonts on all my pages and I’m using the Costumizr theme. What
   is the best way to do this? Should I download a pluggin or write something in
   CSS.
 * Thanks for helping,
 * Robbert

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

 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/changing-fonts-12/#post-4321832)
 * See this [Snippet ](http://www.themesandco.com/snippet/adding-google-font-customizr/)
   for Google fonts.
 * Otherwise, simply use:
 *     ```
       body {
       font-family: Garamond, sans-serif;
       }
       ```
   
 *  [JodieRD](https://wordpress.org/support/users/jodierd/)
 * (@jodierd)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/changing-fonts-12/#post-4322015)
 * Does the same thing work for changing the fonts for page titles (h2) and blog
   titles (h1)?
 * Thanks!
 * Jodie
 *  [JodieRD](https://wordpress.org/support/users/jodierd/)
 * (@jodierd)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/changing-fonts-12/#post-4322022)
 * More info for you:
    I have uploaded and added the font face (not a Google font–
   can’t do anything the easy way!) to my stylesheet. The body text can remain the
   same. I only want to change the blog and page header text.
 * Jodie
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/changing-fonts-12/#post-4322026)
 * Try:
 *     ```
       h1, h2 {
       font-family: Garamond, sans-serif;
       }
       ```
   
 * May need to target specific items if that changes too much. Link to Site would
   help.
 *  [JodieRD](https://wordpress.org/support/users/jodierd/)
 * (@jodierd)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/changing-fonts-12/#post-4322028)
 * That worked! And I learned something.
 * [http://www.itsarubberduckieworld.com](http://www.itsarubberduckieworld.com)
 * On to the next items on the list… I AM making headway!
 * THANK YOU!
 * Jodie
 * P.S. Isn’t there a place for me to mark this “resolved”? These things matter!
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/changing-fonts-12/#post-4322030)
 * There’s a dropdown in the right hand sidebar.
 * Glad you’re happy 😉

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

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

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/changing-fonts-12/#post-4322030)
 * Status: not resolved