Skip to content

Instantly share code, notes, and snippets.

@lepittenger
Created November 11, 2014 22:40
Show Gist options
  • Save lepittenger/478137f1a4e35cde7966 to your computer and use it in GitHub Desktop.
Save lepittenger/478137f1a4e35cde7966 to your computer and use it in GitHub Desktop.
Smooth Font
body, html {
-webkit-font-smoothing: antialiased;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment