Skip to content

Instantly share code, notes, and snippets.

@gravnetic
Created January 29, 2021 01:48
Show Gist options
  • Select an option

  • Save gravnetic/9d141d2ca5b87a141014f33f99df765e to your computer and use it in GitHub Desktop.

Select an option

Save gravnetic/9d141d2ca5b87a141014f33f99df765e to your computer and use it in GitHub Desktop.
/* 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