Skip to content

Instantly share code, notes, and snippets.

@storypixel
Created March 11, 2018 19:47
Show Gist options
  • Save storypixel/98cafa1bf39c879643aeb1e0deb0850e to your computer and use it in GitHub Desktop.
Save storypixel/98cafa1bf39c879643aeb1e0deb0850e to your computer and use it in GitHub Desktop.
@import url('https://fonts.googleapis.com/css?family=Ropa+Sans');
.template-iamnotsam-1 body {
background-color: #eee;
}
html {
font-size: 1em;
}
body {
background-color: white;
font-family: "Libre Baskerville", serif;
font-weight: 400;
line-height: 1.45;
color: #333;
}
p {
margin-bottom: 1.3em;
}
h1,
h2,
h3,
h4 {
margin: 1.414em 0 0.5em;
font-weight: inherit;
line-height: 1.2;
font-family: 'Ropa Sans', sans-serif;
}
h1 {
margin-top: 0;
font-size: 3.157em;
}
h2 {
font-size: 2.369em;
}
h3 {
font-size: 1.777em;
}
h4 {
font-size: 1.333em;
}
small,
.font_small {
font-size: 0.75em;
}
// CSS GRID
.grid {
display: grid;
grid-gap: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment