Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #183941

    Hi there!

    It seems to me there is a typo in the file enfold.css on line 82 when using Georgia as body font:

    body {
    font-family: ‘ georgia’,’HelveticaNeue’,’Helvetica Neue’,Helvetica,Arial,sans-serif;
    }

    (notice the space after ” ‘ ” and the lower “g”)

    So Firefox doesn’t show “Georgia” but the sans-serif “Helvetica Neue”. After all, the whole line doesn’t make much sense, since Georgia is a serif font, so the alternative fonts should also be some serif types, eg.
    font-family: ‘Georgia’,’Times’,’Times New Roman’,serif;
    like it is used in .georgia-websave in base.css – but that line isn’t applied in my Firefox for some reason and so in Firefox the body is sans-serif when using Georgia. Safari makes it serif – like it should be.

    • This topic was modified 9 years, 8 months ago by Kriesi.
    #184080

    Hi Rolf!

    Thanks for the tip. You can add this on your custom.css or Quick CSS:

    body {
    font-family: ‘Georgia’,'HelveticaNeue’,'Helvetica Neue’,Helvetica,Arial,sans-serif;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘"Georgia" font typo in enfold.css’ is closed to new replies.