Skip to content

Instantly share code, notes, and snippets.

@mrl22
Forked from bearroast/gist:3880174
Last active December 16, 2016 12:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mrl22/a9e3a0954c90d9a7cf7f291367d8498b to your computer and use it in GitHub Desktop.
Save mrl22/a9e3a0954c90d9a7cf7f291367d8498b 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