Hey,
I'm trying to get, as best as I can, a crossbrowser solution for turning off font smoothing. A client wants a site with a bitmappy, tech, retro font to be used in headers, which looks rubbish on macs, and anything with font smoothing.
-webkit-font-smoothing: none; works great for chrome & safari, but that's as far as I've got.
Anyone know if it's possible to turn off font smoothing in firefox, with CSS? Couldn't find any solutions on the old google.
Cheers.