Skip to content

Commit 268b5bf

Browse files
committed
Merge pull request #199 from zpao/patch-1
Increase base font-weight
2 parents 00f2a7b + 4e7c330 commit 268b5bf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

website/src/react-native/css/react-native.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
html {
22
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
33
font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
4-
font-weight: 300;
54
color: #484848;
65
line-height: 1.28;
76
}
@@ -16,7 +15,7 @@ p {
1615

1716
.subHeader {
1817
font-size: 21px;
19-
font-weight: 200;
18+
font-weight: 300;
2019
line-height: 30px;
2120
margin-bottom: 10px;
2221
}

0 commit comments

Comments
 (0)