Merge pull request #199 from zpao/patch-1

Increase base font-weight
This commit is contained in:
Christopher Chedeau 2015-03-25 15:12:08 -07:00
commit 268b5bf41d
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
color: #484848;
line-height: 1.28;
}
@ -16,7 +15,7 @@ p {
.subHeader {
font-size: 21px;
font-weight: 200;
font-weight: 300;
line-height: 30px;
margin-bottom: 10px;
}