-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.json
80 lines (79 loc) · 1.34 KB
/
theme.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"version":2,
"settings": {
"appearanceTools": true,
"spacing": {
"blockGap": false
},
"color": {
"custom": false,
"palette": [
{
"name": "Black",
"slug": "maw-black",
"color": "#000000"
},
{
"slug": "maw-white",
"color": "#FFFFFF",
"name": "White"
},
{
"slug": "dark-grey",
"color": "#323232",
"name": "Dark grey"
},
{
"slug": "maw-green",
"color": "#5f7261",
"name": "Primary Green"
},
{
"slug": "light-green",
"color": "#8a9d83",
"name": "Light Green"
}
]
},
"layout": {
"contentSize": "920px",
"wideSize": "1180px"
},
"typography": {
"fontFamilies": [
{
"fontFamily": "Abril Fatface, sans-serif",
"name": "AbrilFatface",
"slug": "secondary",
"fontFace": [
{
"fontDisplay": "block",
"fontFamily": "Abril Fatface",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "600",
"src": [ "file:./fonts/AbrilFatface-Regular.ttf" ]
}
]
}
],
"fontSizes": [
{
"slug": "small",
"size": "14px",
"name": "Small"
},
{
"slug": "normal",
"size": "1rem",
"name": "Normal"
},
{
"slug": "large",
"size": "1.5rem",
"name": "large"
}
]
}
}
}