I am using the google fonts api, the font looks great on Google, but when I try to use it, it doesn’t render properly. Here is an example:
https://twitter.com/dontdie/status/129234318299111424/photo/1
this is in Chrome, two different tabs. For some reason, Chrome is not using “subpixel rendering” ( http://en.wikipedia.org/wiki/Subpixel_rendering ) on my site, but on google it is turned on.
I think I figured this out. adding these rules to my stylesheet seemed to fix it:
Just setting
subpixel-antialiaseddidn’t work, and just adding a background color to the body didn’t work. This could probably be simplified to select just*orhtml *. Also, given thatsubpixel-antialiasedis the default, removing that rule should work as well.