-
Notifications
You must be signed in to change notification settings - Fork 47
/
typography.json
51 lines (51 loc) · 1.01 KB
/
typography.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"font": {
"family": {
"body": {
"value": "system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Ubuntu, \"Helvetica Neue\", sans-serif"
},
"serif": {
"value": "Georgia, Cambria, \"Times New Roman\", Times, serif"
},
"mono": {
"value": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace"
}
},
"weight": {
"light": {
"value": "300"
},
"bold": {
"value": "600"
}
},
"color": {
"description": "--agnostic-dark will, in turn, be set according to the current color-scheme of light or dark",
"value": "var(--agnostic-dark)"
}
},
"h1": {
"value": "4rem"
},
"h2": {
"value": "3rem"
},
"h3": {
"value": "2.25rem"
},
"h4": {
"value": "1.5rem"
},
"h5": {
"value": "1.125rem"
},
"h6": {
"value": "0.75rem"
},
"body": {
"value": "1rem"
},
"small": {
"value": "0.875rem"
}
}