Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Poor rendering of non-standard fonts in Chrome on Windows

I'm sure this has been discussed before, but I can't find any canonical question / answer.

Currently, IE9 and Firefox 4+ both use different font rendering that produces (for some) more blurry fonts but overall better kerning and more consistent results. Also, it renders non-standard fonts on Windows much better. I've have not done a thorough investigation, but I think it has to do with the fact that both IE9 and Firefox use now a different graphics layer which in apparently renders fonts differently. Also, the reason some of the standard fonts such as Arial, Tahoma etc. look in Firefox the same as 10 years ago is that it actually has a list of exceptions for them (look for gfx.font_rendering.cleartype_params.force_gdi_classic_for_families).

So far so good. The problem is Chrome. It still uses the old font rendering that makes the non-standard fonts practically unusable. Just for illustration, the font I had in mind was: http://www.google.com/webfonts/specimen/Play. Just open the sample in Firefox/IE9 and Chrome and you should see the difference. Is there anything I can do? Or should I look for a more optimized font.

Update: I see it's a common problem: the headings on http://www.smashingmagazine.com look very jaggy in Chrome.

Update: Sample image:

Sample image

like image 952
Jan Zich Avatar asked Jan 22 '12 03:01

Jan Zich


2 Answers

I have read that Chrome (originally Chromium) has anti-aliasing issues that's why it's jaggy. Using font-faces also makes a difference than using local fonts in your system. So, all we can do is just wait until they fix this issue or help the Chromium Project if you can.

like image 170
Launcher Go Avatar answered Nov 12 '22 22:11

Launcher Go


Known issue. You can try gdipp or MacType.

like image 45
fitojb Avatar answered Nov 12 '22 22:11

fitojb