Created
March 22, 2015 16:01
-
-
Save adikahorvath/87dce0a7bf2d77f5029e to your computer and use it in GitHub Desktop.
font smoothing OS X
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
html { | |
-webkit-font-smoothing: none; | |
-webkit-font-smoothing: subpixel-antialiased; | |
-webkit-font-smoothing: antialiased; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment