Increase base font-weight

300 is too light for an already light typeface, especially on body type.
This commit is contained in:
Paul O’Shannessy 2015-03-25 15:09:03 -07:00
parent 00f2a7b016
commit 4e7c33088b
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;
}