Skip to content

Instantly share code, notes, and snippets.

@qpre
Created February 5, 2015 13:34
Show Gist options
  • Save qpre/aa00d07d0b346f633572 to your computer and use it in GitHub Desktop.
Save qpre/aa00d07d0b346f633572 to your computer and use it in GitHub Desktop.
CSS3 Font Smoothing
.smooth {
-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