Skip to content

Instantly share code, notes, and snippets.

@mazhar266
Created August 30, 2013 10:59
Show Gist options
  • Save mazhar266/6388721 to your computer and use it in GitHub Desktop.
Save mazhar266/6388721 to your computer and use it in GitHub Desktop.
font smoothing in CSS3
body {
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-stroke: .2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment