From 8417883004dd472dab31a76ca572cb9a7ff4d24f Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Sat, 14 Apr 2018 20:35:46 -0400 Subject: [PATCH 1/3] removes calls to google fonts CDN --- css/css.css | 9 ++++----- index.html | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/css/css.css b/css/css.css index 7da0ce0..53d24d0 100644 --- a/css/css.css +++ b/css/css.css @@ -1,6 +1,6 @@ html, body { line-height: 1.5; - font-size: 16px; + font-size: 18px; color: #888888; background-color: #060606; margin: 0; @@ -89,7 +89,7 @@ a:visited { } h1, h2, h3, h4, h5, h6 { - font-family: 'Montserrat', sans-serif; + font-family: sans-serif; } h1 { @@ -116,7 +116,7 @@ h4 { } .intro-lead { - font-family: 'Montserrat', sans-serif; + font-family: sans-serif; font-size: 1em; } @@ -165,7 +165,7 @@ img { } div { - font-family: 'Merriweather', serif; + font-family: sans-serif; color: white; } @@ -177,7 +177,6 @@ div { color: white; background-color: #383838; padding: 14px; - font-family: "Montserrat"; letter-spacing: 0.05em; border: 1px solid black; cursor: pointer; diff --git a/index.html b/index.html index 794cb0b..90e6e07 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ ffmprovisr - + From d70a1de6e1c9ec9c731322b1b4fa62fe26b4e5e5 Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Sun, 15 Apr 2018 09:34:33 -0400 Subject: [PATCH 2/3] removes line to google fonts --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 90e6e07..dca5f6f 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,6 @@ ffmprovisr - From 95e90bb26bfe033e5be59920c1e4fb55b66175fa Mon Sep 17 00:00:00 2001 From: Ashley Blewer Date: Sun, 15 Apr 2018 09:36:49 -0400 Subject: [PATCH 3/3] 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; }