Created
January 5, 2019 08:05
-
-
Save joshuakemmerling/18c587a0049f4d802fe81c14aed74855 to your computer and use it in GitHub Desktop.
Normalize.css supplement for a little nicer base setup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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