Created
January 29, 2021 01:48
-
-
Save gravnetic/9d141d2ca5b87a141014f33f99df765e to your computer and use it in GitHub Desktop.
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
| /* Typography */ | |
| html { | |
| font-size: 62.5%; /* 10px browser default */ | |
| } | |
| /* Chrome fix */ | |
| body > div { | |
| font-size: 2.0rem; | |
| } | |
| body { | |
| background-color: #fff; | |
| font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; | |
| font-size: 18px; | |
| font-size: 2.0rem; | |
| font-weight: 400; | |
| line-height: 1.65; | |
| margin: 0; | |
| } | |
| p { | |
| margin: 0 0 28px; | |
| padding: 0; | |
| } | |
| /* Headings */ | |
| h1, | |
| h2, | |
| h3, | |
| h4, | |
| h5, | |
| h6 { | |
| font-weight: 900; | |
| line-height: 1.2; | |
| margin: 0 0 32px; | |
| } | |
| h3, | |
| h4, | |
| h5, | |
| h6 { | |
| font-weight: 700; | |
| } | |
| /* Resets & Defaults */ | |
| ol, | |
| ul { | |
| margin: 0; | |
| padding: 0; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment