Using font manager body font inherits wrong font

Hi
I am using pro and the font manager. I have set up my body and heading fonts. They show generally in the right places but if I have content that is not styled it comes in the wrong font.

When I turn font manager off and use the customiser to set the fonts the css changes to this:

body, input, button, select, textarea {
font-family: “Montserrat”,sans-serif;
}

Which makes the font correct everywhere. However when I use the font manager it changes to this:

body, input, button, select, textarea {
font-family: inherit;
}

and displays a generic serif font instead in some places (unstyled or plugin content).

I don’t want to add !important to the body font in the css as this will cause problems.

Is there another way around it.

Simply put I want to set a base font for all elements (not using !important) while using font manager.

URL: mind-the-bump.co.uk

Hi There,

Thanks for writing in!

Can you please confirm if you have set your font template after activating the font manager in the Theme option ->typography. If not please chose your font template there.

If you haven’t created font template please go to DashBoard -> Pro -> Font create your font template there so that it will show up in the list.

Hope this helps!

Last time I tried the dropdown was not available it was just stuck on inherit. However I think since turning font manager off and on that made it available. I have now selected the font templates in the Theme options and it worked.
Thank you

You are welcome :slight_smile:

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