Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andyError/1eba03f22419524f399b6c3ae6f37a30 to your computer and use it in GitHub Desktop.
Save andyError/1eba03f22419524f399b6c3ae6f37a30 to your computer and use it in GitHub Desktop.
Nicer font rendering
html {
-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