Increase base font-weight
300 is too light for an already light typeface, especially on body type.
This commit is contained in:
parent
00f2a7b016
commit
4e7c33088b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue