• My website is https://www.wereallrelative.com. Everything was okay until a few days ago when the fonts in my Twenty Ten theme started displaying as Times Roman instead of Georgia. When I check theme fonts Georgia is selected as default, but won’t display correctly.

    How do I fix this?

Viewing 1 replies (of 1 total)
  • Hi there!

    I just checked your website.

    By adding quotation marks around ‘Georgia’ it switches to that font:

    body, input, textarea, .page-title span, .pingback a.url {
      font-family: "Georgia","Bitstream Charter",serif;
    }

    You can paste this code in your child theme’s style.css or in a custom css plugin such as Simple Custom CSS.

    I hope that helps!

    Luke the Daft Duke

Viewing 1 replies (of 1 total)
  • The topic ‘Fonts display wrong in Twenty Ten theme’ is closed to new replies.