Font manager not working; paragraph fonts all Times New Roman, not Montserrat like selected

We are using the font manager and Google fonts to set the paragraph, body, and headings fonts all to Montserrat. This used to work just fine, until we updated the theme to the newest version of Pro (3.1.2 at the present).

Now all the paragraph, body, and inherit fonts are Times New Roman (or some default serif font) for some reason, no matter what we change. We have the font manager turned on and all the fonts set to Montserrat, and yet the only way to make sure a paragraph doesn’t automatically change to Times New Roman is to make sure it doesn’t have a <p> tag, which it seems to default to.

We have this code in our global CSS and it does nothing:

.p {
font-family: ‘Montserrat’, !important;
}

I will send the site links in a private note.

Thanks in advance!

Hello @daneruef,

Thanks for writing in!

When I checked your site, I am seeing Montserrat font working as the font family:

To better assist you with your issue, kindly provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Regards.

Hello,

Thanks for your reply. I will reply quickly with a secure note and login details. Here is a screenshot of what I see:

If you’re seeing the correct Montserrat font, I suppose the site could be having a caching issue. But the only cache thing we use is GoDaddy’s built-in caching, which I flush often.

Hey @daneruef,

The cause of the issue is your custom CSS in the Footer CSS. Please remove the code and use the element’s Text options to style the text.

Hope that helps.

Of course! That was it.

I completely forgot about that code we put in the footer.

Thanks as always for your help - your customer service is awesome.

Cheers,

You’re most welcome,

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.