Oops! Change `font-size` to `font-family`

This commit is contained in:
James Sconfitto 2013-09-04 16:16:04 -04:00
parent a3c6a38be4
commit 041c1c9863
1 changed files with 1 additions and 1 deletions

View File

@ -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;}