Skip to content

Instantly share code, notes, and snippets.

@bearroast
Created October 12, 2012 16:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bearroast/3880174 to your computer and use it in GitHub Desktop.
Save bearroast/3880174 to your computer and use it in GitHub Desktop.
Font smoothing
body {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment