Created
June 5, 2014 17:02
-
-
Save prestonp/84e2e3eddcbd241d9619 to your computer and use it in GitHub Desktop.
antialiasing css
This file contains 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
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
text-rendering: optimizeLegibility; | |
line-height: 1.5em; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment