Skip to content

Instantly share code, notes, and snippets.

@marcusandre
Created January 11, 2018 07:07
Show Gist options
  • Save marcusandre/96c51f473a954dfa313ccc9f2dc95f17 to your computer and use it in GitHub Desktop.
Save marcusandre/96c51f473a954dfa313ccc9f2dc95f17 to your computer and use it in GitHub Desktop.
* {
box-sizing: border-box;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-kerning: auto;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment