Hacker News new | ask | show | jobs
by evmar 5066 days ago
I am the author of some of the related code in Chrome. It's a Linux Chrome bug caused by text-rendering:optimizeLegibility.

http://code.google.com/p/chromium/issues/detail?id=55458

It's unlikely anyone else will fix it, either. Linux Chrome doesn't get much love. (Alternatively, it gets a proportionate amount of love to the size of its userbase.)

I'm really sorry I never fixed it. I sometimes use Firefox on sites like this if the rendering really matters. You can also use a user stylesheet to unset it for all sites.

1 comments

Ah, interesting. I've removed that declaration from my stylesheet now, so hopefully that will fix the problem.
It would be amusingly relevant to the subject of the actual post if that feature was implemented in Chrome so you could conditionally turn this off just for the browser where it's broken. :)