treehouse : what would you like to learn today?
Web Design Web Development iOS Development

@font-face | Light text on dark background too bold on Firefox for Mac

  • When light text is shown on a dark background on a web page, Firefox for Mac renders the font too bold. This only applies to the Mac version, the windows version renders fine.

    This problem was also occurring with Safari on the Mac, however it was corrected by adding:
    -webkit-font-smoothing: antialiased;
    to the css code of the site.

    Is there a similar code that will do the same for Firefox Mac? Already tried
    opacity:0.99;
    but that is no solution with this font.

    Here's a test file: http://tinyurl.com/d88o2f8