Skip to content

Commit

Permalink
Increase base font-weight
Browse files Browse the repository at this point in the history
300 is too light for an already light typeface, especially on body type.
  • Loading branch information
zpao committed Mar 25, 2015
1 parent 00f2a7b commit 4e7c330
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/src/react-native/css/react-native.css
Original file line number Diff line number Diff line change
@@ -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;
}
Expand All @@ -16,7 +15,7 @@ p {

.subHeader {
font-size: 21px;
font-weight: 200;
font-weight: 300;
line-height: 30px;
margin-bottom: 10px;
}
Expand Down

0 comments on commit 4e7c330

Please sign in to comment.