Title: Fonts
Last modified: August 24, 2016

---

# Fonts

 *  Resolved [beckyb73](https://wordpress.org/support/users/beckyb73/)
 * (@beckyb73)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/fonts-42/)
 * I noticed after I posted my blog today that the fonts on my pages changed.
 * The headers are all the Josefin but now the pages are all Times New Roman and
   they use to be Josefin as well.
 * Is there any way I can change it? I ask because I am not sure how the fonts changed
   to begin with when all I did was post a blog.
 * Thank you for the help!

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

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/fonts-42/#post-6174312)
 * Can you post a link to a page that shows the issue?
 *  Thread Starter [beckyb73](https://wordpress.org/support/users/beckyb73/)
 * (@beckyb73)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/fonts-42/#post-6174359)
 * [http://jabprojectsolutions.com/](http://jabprojectsolutions.com/)
 * It’s on the all the pages. It use to be all the same font. Just frustrating when
   you want it to have 1 appearance and now it’s looking different.
 *  [mrtom414](https://wordpress.org/support/users/mrtom414/)
 * (@mrtom414)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/fonts-42/#post-6174366)
 * It looks like the google-font josefin has been enqueued. Have you made any changes
   to your child theme.
 * you can change the font for any of the elements by adding the statement;
 *     ```
       font-family: 'Josefin Sans', sans-serif;
       ```
   
 * if you want to reset everything to this font you could use this statement
 *     ```
       media="all" *{
        font-family: 'Josefin Sans', sans-serif;
       }
       ```
   
 *  Thread Starter [beckyb73](https://wordpress.org/support/users/beckyb73/)
 * (@beckyb73)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/fonts-42/#post-6174420)
 * I didn’t make any changes. Would I put the statement in the ‘Editor’ or in the‘
   Edit CSS’ section – just don’t want to do anything incorrectly. I am very much
   a novice and haven’t even created a child theme or anything of the sort.
 * I thank you all for your assistance.
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/fonts-42/#post-6174432)
 * There is this line from a plugin (Formget contact form)
    [http://jabprojectsolutions.com/wp-content/plugins/formget-contact-form/css/mg_popup.css](http://jabprojectsolutions.com/wp-content/plugins/formget-contact-form/css/mg_popup.css)
 *     ```
       * {
           font-family: 'Source Sans Pro';
       }
       ```
   
 * So, try temporarily deactivate that plugin, reload the site, see if the problem
   goes away.
 *  Thread Starter [beckyb73](https://wordpress.org/support/users/beckyb73/)
 * (@beckyb73)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/fonts-42/#post-6174434)
 * Thank you so much Paulwpxp – it worked!!!!

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

The topic ‘Fonts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/ares/2.1.0/screenshot.jpg)
 * Ares
 * [Support Threads](https://wordpress.org/support/theme/ares/)
 * [Active Topics](https://wordpress.org/support/theme/ares/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/ares/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/ares/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [beckyb73](https://wordpress.org/support/users/beckyb73/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/fonts-42/#post-6174434)
 * Status: resolved