csswizardry / csswizardry.github.com

My site.
https://csswizardry.com
463 stars 90 forks source link

OS X Firefox font smoothing is not working #49

Closed nenadjelovac closed 10 years ago

nenadjelovac commented 10 years ago
@include vendor(font-smoothing, antialiased);

produces:

-moz-font-smoothing: antialiased;

Which is not valid firefox property (at the moment). The actual code is -moz-osx-font-smoothing: grayscale; (as per http://maximilianhoffmann.com/posts/better-font-rendering-on-osx)