All pages in Google Chrome are rendered with a very thin, bad looking serif font

Solution 1:

Before you go blocking fonts and so on, first check this page: http://www.google.com/webfonts

How you get rendered the fonts? On my chrome - without any problems, the chrome CAN render different fonts.

You can try these commands from the Terminal.app

sudo atsutil databases -remove
sudo atsutil server -shutdown
sudo atsutil server -ping

the above will remove your font cache. Work only in snow leopard!

Solution 2:

Chrome is ignoring the website font rules and displaying everything in Times New Roman.

Other people have encountered this same issue. You can see the discussion in the Chrome Help forums here:

  • http://www.google.com/support/forum/p/Chrome/thread?tid=4f199e721223e57e

Here is the suggested fix:

I use FontExplorerX Pro. I setup a rule for font requests to deny any request from Chrome.

Then I downloaded Onyx and ran the script to clean all font caches. Restarted and now things are normal.

If this works for you, please mark JTWilcox's answer as helpful in the Chrome forums.