We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a821b75 commit 6f6716aCopy full SHA for 6f6716a
src/typography.js
@@ -1,27 +1,23 @@
1
import Typography from 'typography'
2
3
export default new Typography({
4
- baseFontSize: '16px',
+ baseFontSize: '18px',
5
baseLineHeight: 1.5,
6
blockMarginBottom: 0.8,
7
headerFontFamily: ['Montserrat', 'system'],
8
headerColor: '#333',
9
headerWeight: '900',
10
bodyWeight: '400',
11
- bodyFontFamily: ['Open Sans', 'system'],
+ bodyFontFamily: ['Montserrat', 'system'],
12
bodyColor: '#444',
13
googleFonts: [
14
{
15
name: 'Montserrat',
16
- styles: ['900'],
+ styles: ['400', '900'],
17
},
18
19
name: 'JetBrains Mono',
20
- styles: ['300'],
21
- },
22
- {
23
- name: 'Open Sans',
24
- styles: ['100', '400', '700'],
+ styles: ['400'],
25
26
],
27
})
0 commit comments