.
On the left is firefox 4, on the right is chrome 12. Is there a way to make chrome render prettier fonts?
The above image was taken on windows xp. Below is another example from windows 7.

|
On the left is firefox 4, on the right is chrome 12. Is there a way to make chrome render prettier fonts? The above image was taken on windows xp. Below is another example from windows 7.
| |||||||||||||||
feedback
|
|
Check ClearType settings - the Chrome screenshot looks like it's being forced to render non-anti-aliased. That will kill just about any web font, since they don't have monochrome hints (for size reasons among other things). I used to see this reported as "IE renders text better", because it ignores your OS-level ClearType settings and | |||||
feedback
|
|
Do you have GPU Acceleration enabled in Google Chrome? Type | |||||||
feedback
|
|
Within Google Chrome click on the Wrench > Options > Under the Hood > [next to Web Content] click Customize Fonts. Change your settings so that your page looks just like mine Then click the x, and see if your problem is fixed. If this doesn't fix it, there might be one more thing... but I'll wait until you try this. | |||||||||||
feedback
|
|
It looks like the long and hard answer is you can't. There are plenty of discussions and suggestions in Chrome help, but I don't see anything worth suggesting. The big question is how are you getting it to look so bad?! I'm using Chrome to type in this box... I even zoomed in a whole bunch and I don't see anything like you are. If you still have questions after this you should explain out your configuration to the community. | |||
|
feedback
|
|
Chrome takes the system clearType value for fonts. Looking better in Windows 7 explains that. On a Mac, Anti-aliasing is enabled for all fonts above size 8, I suppose. Try turning on or changing the clearType of your Windows machine | |||
|
feedback
|
|
I had exactly the same issue, rendering webfonts from http://www.google.com/webfonts in chrome. I tried all the suggestions on this and a couple of other sites and none of them worked, eventually I began inspecting the CSS properties of the affected text - it turned out to the the actual font colour that was causing the issue. A title given color:#454545 would render badly, yet the same title given the following: color:#333 worked fine. Thank god for user agent specific style sheets! | |||
|
feedback
|