Skip to content

Instantly share code, notes, and snippets.

@codedrops-io
Created June 18, 2020 14:58
Show Gist options
  • Save codedrops-io/4f41330fb63f0754203a249d28128f29 to your computer and use it in GitHub Desktop.
Save codedrops-io/4f41330fb63f0754203a249d28128f29 to your computer and use it in GitHub Desktop.
Grayscale anti-aliasing.
* {
-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