Skip to content

Instantly share code, notes, and snippets.

@robbestad
Created June 30, 2013 20:20
Show Gist options
  • Save robbestad/5896699 to your computer and use it in GitHub Desktop.
Save robbestad/5896699 to your computer and use it in GitHub Desktop.
Kerning and font legibility css
/* 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