Skip to content

Instantly share code, notes, and snippets.

@gongpeione
Created December 3, 2015 06:34
Show Gist options
  • Save gongpeione/692d538fb32a734b4d96 to your computer and use it in GitHub Desktop.
Save gongpeione/692d538fb32a734b4d96 to your computer and use it in GitHub Desktop.
broswerFontOptimize
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