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