-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy paththeme.json
More file actions
42 lines (42 loc) · 680 Bytes
/
theme.json
File metadata and controls
42 lines (42 loc) · 680 Bytes
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
{
"version": 2,
"settings": {
"appearanceTools": true,
"spacing": {
"margin": true,
"padding": true,
"units": ["%","px"]
},
"typography": {
"fontSizes": [{
"name": "Tiny",
"size": "12px",
"slug": "tiny"
}, {
"name": "Small",
"size": "14px",
"slug": "small"
}, {
"name": "Regular",
"size": "16px",
"slug": "regular"
}, {
"name": "Large",
"size": "20px",
"slug": "large"
}, {
"name": "Larger",
"size": "32px",
"slug": "larger"
}, {
"name": "Extra Large",
"size": "44px",
"slug": "extra"
}]
},
"layout": {
"contentSize": "1000px",
"wideSize": "1400px"
}
}
}