Skip to content

Instantly share code, notes, and snippets.

@kieranstartup
Created July 12, 2017 09:57
Show Gist options
  • Save kieranstartup/7875f37375d4a6771afe12dd4cc4f2ed to your computer and use it in GitHub Desktop.
Save kieranstartup/7875f37375d4a6771afe12dd4cc4f2ed to your computer and use it in GitHub Desktop.
Render fonts nicer than they are by default in browsers
* {
text-shadow: 1px 1px 1px rgba(0,0,0,.004);
text-rendering: optimizeLegibility!important;
-webkit-font-smoothing: antialiased!important;
-webkit-tap-highlight-color: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment