Skip to content

Instantly share code, notes, and snippets.

@ericdke
Created January 11, 2014 20:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericdke/8376469 to your computer and use it in GitHub Desktop.
Save ericdke/8376469 to your computer and use it in GitHub Desktop.
consistent fonts between browsers
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