Skip to content

Instantly share code, notes, and snippets.

@emrekilinc
Created August 1, 2012 22:45
Show Gist options
  • Save emrekilinc/3231367 to your computer and use it in GitHub Desktop.
Save emrekilinc/3231367 to your computer and use it in GitHub Desktop.
Best Font Smoothing
font: 100%/120% "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
text-size-adjust:none;
font-smoothing: antialiased;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment