Make typography refinements

This commit is contained in:
Michael Rose
2016-03-30 22:20:55 -04:00
parent 8a58559144
commit 7a41a04dcc
12 changed files with 69 additions and 38 deletions

View File

@ -7,7 +7,7 @@ body {
padding: 0;
color: $text-color;
font-family: $serif;
line-height: 1.45;
line-height: 1.5;
background-color: $background-color;
&.overflow--hidden {
@ -20,6 +20,7 @@ h1, h2, h3, h4, h5, h6 {
margin: 1.414em 0 0.5em;
line-height: 1.2;
font-family: $sans-serif;
font-weight: bold;
}
h1 {
@ -99,8 +100,7 @@ blockquote {
cite {
font-family: $sans-serif;
font-size: $type-size-6;
font-style: normal;
font-style: italic;
&:before {
content: "\2014";