Skip to content

Instantly share code, notes, and snippets.

@kirang89
Created May 3, 2015 14:32
Show Gist options
  • Save kirang89/75763476448ffae4a155 to your computer and use it in GitHub Desktop.
Save kirang89/75763476448ffae4a155 to your computer and use it in GitHub Desktop.
Applying font smoothing in WebKit based browsers and Firefox
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment