I\'m using the very useful CSS property -webkit-font-smoothing: antialiased
in webkit browsers to ensure nice fine text on headlines etc. Is th
At one point firefox had a font-smooth
, but it's been removed and as far as I know is not included at all in the current track. I did some googling and didn't see any indication that there will be any change to that.
As an alternative you could try a workaround like: http://www.elfboy.com/blog/text-shadow_anti-aliasing/.