Skip to content

Instantly share code, notes, and snippets.

@brendonexus
Forked from mrl22/font-smoothing.css
Last active October 15, 2019 11:27
Show Gist options
  • Save brendonexus/569ebcae25c7e5662cb57e0d71b9c687 to your computer and use it in GitHub Desktop.
Save brendonexus/569ebcae25c7e5662cb57e0d71b9c687 to your computer and use it in GitHub Desktop.
Font smoothing
body {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment