Skip to content

Instantly share code, notes, and snippets.

@kulakowka
Created October 6, 2015 08:52
Show Gist options
  • Save kulakowka/129894aa613153e66c7d to your computer and use it in GitHub Desktop.
Save kulakowka/129894aa613153e66c7d to your computer and use it in GitHub Desktop.
* {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: helvetica;
}
body{
line-height: 1;
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment