Skip to content

Instantly share code, notes, and snippets.

@cupcakearmy
Created December 6, 2020 21:38
Show Gist options
  • Select an option

  • Save cupcakearmy/b3cf5af7a52b6c60d213b614789dc875 to your computer and use it in GitHub Desktop.

Select an option

Save cupcakearmy/b3cf5af7a52b6c60d213b614789dc875 to your computer and use it in GitHub Desktop.
Text Legibility
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment