• Resolved beckyb73

    (@beckyb73)


    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

    (@stephencottontail)

    Can you post a link to a page that shows the issue?

    Thread Starter beckyb73

    (@beckyb73)

    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

    (@mrtom414)

    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

    (@beckyb73)

    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.

    There is this line from a plugin (Formget contact form)
    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

    (@beckyb73)

    Thank you so much Paulwpxp – it worked!!!!

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

The topic ‘Fonts’ is closed to new replies.