From 95e90bb26bfe033e5be59920c1e4fb55b66175fa Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Sun, 15 Apr 2018 09:36:49 -0400 Subject: [PATCH] clean singular font styling --- css/css.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/css/css.css b/css/css.css index 53d24d0..8e9b8e8 100644 --- a/css/css.css +++ b/css/css.css @@ -1,6 +1,7 @@ html, body { line-height: 1.5; font-size: 18px; + font-family: sans-serif; color: #888888; background-color: #060606; margin: 0; @@ -88,9 +89,6 @@ a:visited { display: inline; } -h1, h2, h3, h4, h5, h6 { - font-family: sans-serif; -} h1 { letter-spacing: 0.1em; @@ -116,7 +114,6 @@ h4 { } .intro-lead { - font-family: sans-serif; font-size: 1em; } @@ -165,7 +162,6 @@ img { } div { - font-family: sans-serif; color: white; }