Skip to content

Instantly share code, notes, and snippets.

@JTLR
Created February 17, 2014 10:09
Show Gist options
  • Save JTLR/785c098e4c4f68992950 to your computer and use it in GitHub Desktop.
Save JTLR/785c098e4c4f68992950 to your computer and use it in GitHub Desktop.
CSS font smoothing
.element {
-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