Skip to content

Instantly share code, notes, and snippets.

@prestonp
Created June 5, 2014 17:02
Show Gist options
  • Save prestonp/84e2e3eddcbd241d9619 to your computer and use it in GitHub Desktop.
Save prestonp/84e2e3eddcbd241d9619 to your computer and use it in GitHub Desktop.
antialiasing css
-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