From 041c1c986320958f0ff06eb92c7bda4f21fe070f Mon Sep 17 00:00:00 2001 From: James Sconfitto Date: Wed, 4 Sep 2013 16:16:04 -0400 Subject: [PATCH] Oops! Change `font-size` to `font-family` --- css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/site.css b/css/site.css index 4afbd57..e4fcd59 100644 --- a/css/site.css +++ b/css/site.css @@ -4,7 +4,7 @@ body {font-family: Lato; background: #fff; color: #333; font-size: 16px; border: h1 {font-size: 80px; font-family: Amatic SC; font-weight: normal; margin: 0px;} h2 {font-size: 50px; font-family: Amatic SC; font-weight: normal; margin: 11px 0px;} h3 {font-family: Amatic SC; font-size: 30px; margin: 10px 0px;} -h4 {font-size: Lato; font-size: 24px;} +h4 {font-family: Lato; font-size: 24px;} img {width: 100%;} p a, a {color: #333; text-decoration: none; padding-bottom: 0px; border-bottom: 1px #FD9393 solid;}