Created
June 30, 2013 20:20
-
-
Save robbestad/5896699 to your computer and use it in GitHub Desktop.
Kerning and font legibility 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
/* kerning and readability improvement in Safari and Chrome */ | |
html { text-rendering: optimizeLegibility; } | |
/* Make fonts appear smoother in Safari & Chrome */ | |
html { -webkit-font-smoothing: antialiased; } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment