Skip to content

Instantly share code, notes, and snippets.

@webpapaya
Created August 17, 2015 08:49
Show Gist options
  • Save webpapaya/fcdfe892a72dbf336ffe to your computer and use it in GitHub Desktop.
Save webpapaya/fcdfe892a72dbf336ffe to your computer and use it in GitHub Desktop.
html, body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
@webpapaya
Copy link
Author

As internet explorer 11 and 10 cuts of the text in various cases the following snippet is fine.

html, body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment