Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

Commit 672eac8

Browse files
committed
Updates font weights to create suitable view
1 parent 8bb179a commit 672eac8

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

src/theme/typography.js

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ export default {
22
fontFamily: ['"Montserrat"'].join(','),
33

44
h1: {
5-
fontWeight: 500,
5+
fontWeight: 600,
66
fontSize: 35,
77
letterSpacing: '-0.24px'
88
},
99
h2: {
10-
fontWeight: 500,
10+
fontWeight: 600,
1111
fontSize: 29,
1212
letterSpacing: '-0.24px'
1313
},
1414
h3: {
15-
fontWeight: 500,
15+
fontWeight: 600,
1616
fontSize: 24,
1717
letterSpacing: '-0.06px'
1818
},
1919
h4: {
20-
fontWeight: 500,
20+
fontWeight: 600,
2121
fontSize: 20,
2222
letterSpacing: '-0.06px'
2323
},
@@ -31,6 +31,16 @@ export default {
3131
fontSize: 14,
3232
letterSpacing: '-0.05px'
3333
},
34+
body1: {
35+
fontWeight: 400,
36+
fontSize: 16,
37+
letterSpacing: '-0.05px'
38+
},
39+
body2: {
40+
fontWeight: 400,
41+
fontSize: 14,
42+
letterSpacing: '-0.05px'
43+
},
3444
overline: {
3545
fontWeight: 500
3646
}

0 commit comments

Comments
 (0)