Can you post a link to a page that shows the issue?
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.
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;
}
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.
Thank you so much Paulwpxp – it worked!!!!