Tagged: , ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #840925

    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?

    #840943

    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

    #840946

    Thanks for the quick reply.

    Where it says /* Your Font */ is where I put Open Sans, correct?

    #840952

    Hi,

    Yes, correct

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.