I want to override the font on the entire page to Open Sans. I have Open Sans selected as the default font, but some elements still have different fonts. How can override the font a certain page or all pages?
Hey echristoperj,
Please provide a link to the site/page in question. You should be able to use this reset all font styles:
html *
{
font-size: 1em !important;
color: #000 !important;
font-family: /* YOUR FONT */
}
Best regards,
Jordan Shannon
Thanks for the quick reply.
Where it says /* Your Font */ is where I put Open Sans, correct?
Hi,
Yes, correct
Best regards,
Jordan Shannon