Skip to content

Instantly share code, notes, and snippets.

@thowar2
Created March 18, 2017 10:51
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 thowar2/474c0fb35bb35fb1e1f1fe4c766ce7f0 to your computer and use it in GitHub Desktop.
Save thowar2/474c0fb35bb35fb1e1f1fe4c766ce7f0 to your computer and use it in GitHub Desktop.
Fix font displays
html {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment