clean singular font styling

This commit is contained in:
Ashley Blewer 2018-04-15 09:36:49 -04:00
parent d70a1de6e1
commit 95e90bb26b

View File

@ -1,6 +1,7 @@
html, body { html, body {
line-height: 1.5; line-height: 1.5;
font-size: 18px; font-size: 18px;
font-family: sans-serif;
color: #888888; color: #888888;
background-color: #060606; background-color: #060606;
margin: 0; margin: 0;
@ -88,9 +89,6 @@ a:visited {
display: inline; display: inline;
} }
h1, h2, h3, h4, h5, h6 {
font-family: sans-serif;
}
h1 { h1 {
letter-spacing: 0.1em; letter-spacing: 0.1em;
@ -116,7 +114,6 @@ h4 {
} }
.intro-lead { .intro-lead {
font-family: sans-serif;
font-size: 1em; font-size: 1em;
} }
@ -165,7 +162,6 @@ img {
} }
div { div {
font-family: sans-serif;
color: white; color: white;
} }