Skip to content

Commit 6f6716a

Browse files
author
Sergei Orlow
committed
💄 Reduce the number of fonts
1 parent a821b75 commit 6f6716a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

src/typography.js

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
11
import Typography from 'typography'
22

33
export default new Typography({
4-
baseFontSize: '16px',
4+
baseFontSize: '18px',
55
baseLineHeight: 1.5,
66
blockMarginBottom: 0.8,
77
headerFontFamily: ['Montserrat', 'system'],
88
headerColor: '#333',
99
headerWeight: '900',
1010
bodyWeight: '400',
11-
bodyFontFamily: ['Open Sans', 'system'],
11+
bodyFontFamily: ['Montserrat', 'system'],
1212
bodyColor: '#444',
1313
googleFonts: [
1414
{
1515
name: 'Montserrat',
16-
styles: ['900'],
16+
styles: ['400', '900'],
1717
},
1818
{
1919
name: 'JetBrains Mono',
20-
styles: ['300'],
21-
},
22-
{
23-
name: 'Open Sans',
24-
styles: ['100', '400', '700'],
20+
styles: ['400'],
2521
},
2622
],
2723
})

0 commit comments

Comments
 (0)