Google Chrome has an extremely annoying defect in the blur algorithm it uses for text shadow (possibly other shadows too). As a result, the shadow "eats" into the letters and makes the text look strange and difficult to read.
One of the places you can see this clearly is on Twitter - http://dev.twitter.com/pages/auth. The text-shadow is used for text outline there: view the page in Chrome, compare with FF or IE, you will see how bad it is.
The effect gets even worse with smaller text and it renders it completely unreadable. Technical discussion of the issue is available here: http://www.google.com/support/forum/p/Chrome/thread?fid=5d1c0f2082af0f21000483e9a516d36e&hl=en
My question has two goals:
- Find some technical workaround for this bug
- Make Google fix it.