Skip to content

Instantly share code, notes, and snippets.

@joshuakemmerling
Created January 5, 2019 08:05
Show Gist options
  • Save joshuakemmerling/18c587a0049f4d802fe81c14aed74855 to your computer and use it in GitHub Desktop.
Save joshuakemmerling/18c587a0049f4d802fe81c14aed74855 to your computer and use it in GitHub Desktop.
Normalize.css supplement for a little nicer base setup.
html {
-webkit-font-smoothing: antialiased;
}
body {
font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment