I\'ve been working on how to perform font anti aliasing on web pages. Here\'re some solutions I found:
-webkit-font-smoothing
One approach as suggested here is to use the the CSS property text-shadow, like so:
text-shadow
text-shadow: 0 0 1px rgba(51,51,51,0.5);