Skip to content

Instantly share code, notes, and snippets.

@Narayon
Created October 8, 2015 09:09
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 Narayon/556f42e012b2645b7ae9 to your computer and use it in GitHub Desktop.
Save Narayon/556f42e012b2645b7ae9 to your computer and use it in GitHub Desktop.
CSS: Text Display Optimization
html {
-moz-osx-font-smoothing: grayscale;
-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