Skip to content

Instantly share code, notes, and snippets.

@kristoferjoseph
Created November 1, 2019 19:02
Show Gist options
  • Save kristoferjoseph/21eadd835daf40623206dd5544f51471 to your computer and use it in GitHub Desktop.
Save kristoferjoseph/21eadd835daf40623206dd5544f51471 to your computer and use it in GitHub Desktop.
nouveau reset
*,
*:before,
*:after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font-size: 16px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-weight: 300;
line-height: 1.2;
text-rendering: geometricPrecision;
-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