Skip to content

Instantly share code, notes, and snippets.

@wireinet
Last active June 19, 2019 08:04
Show Gist options
  • Save wireinet/16d80b8be5e490fbe9973ffac008e2b3 to your computer and use it in GitHub Desktop.
Save wireinet/16d80b8be5e490fbe9973ffac008e2b3 to your computer and use it in GitHub Desktop.
antialias font
* {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment