Created
July 16, 2012 09:54
-
-
Save typeofweb/3121875 to your computer and use it in GitHub Desktop.
Font smoothing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.font-smoothing (@val:antialiased) { | |
-webkit-font-smoothing: @val; | |
-moz-font-smoothing: @val; | |
font-smoothing: @val; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment