Skip to content

Instantly share code, notes, and snippets.

@stasgavrylov
Created January 21, 2016 08:48
Show Gist options
  • Save stasgavrylov/211ad63e340e7de88ee4 to your computer and use it in GitHub Desktop.
Save stasgavrylov/211ad63e340e7de88ee4 to your computer and use it in GitHub Desktop.
CSS - Font smoothing
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
// http://szafranek.net/works/articles/font-smoothing-explained/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment