Skip to content

Instantly share code, notes, and snippets.

@ridgehkr
Created May 9, 2013 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ridgehkr/5550502 to your computer and use it in GitHub Desktop.
Save ridgehkr/5550502 to your computer and use it in GitHub Desktop.
Improving text legibility in supported browsers
body {
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
/*
if text looks weak, use this as well:
-webkit-text-stroke: 0.35px;
*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment