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!



