Skip to content

Instantly share code, notes, and snippets.

@leymannx
Last active October 11, 2016 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leymannx/717fa77913b867126f8f2b23b2af1155 to your computer and use it in GitHub Desktop.
Save leymannx/717fa77913b867126f8f2b23b2af1155 to your computer and use it in GitHub Desktop.
Ultimate text rendering
// https://google.github.io/material-design-icons/
body {
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment