-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.json
68 lines (68 loc) · 1.42 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
{
"$schema": "https://schemas.wp.org/trunk/theme.json",
"version": 2,
"settings": {
"appearanceTools": true,
"layout": {
"contentSize": "600px",
"wideSize": "1200px"
},
"color": {
"palette": [
{
"color": "#fff",
"slug": "base",
"name": "Base"
},
{
"color": "hsl(217,68,10)",
"slug": "contrast",
"name": "Contrast"
},
{
"color": "hsl(217,58,68)",
"slug": "primary",
"name": "Primary"
},
{
"color": "hsl(217,68,38)",
"slug": "secondary",
"name": "Secondary"
},
{
"color": "hsl(40,78,38)",
"slug": "tertiary",
"name": "Tertiary"
},
{
"color": "hsl(40,58,68)",
"slug": "quaternary",
"name": "Quaternary"
}
]
},
"typography": {
"fontFamilies": [
{
"fontFamily": "Nanum Pen Script",
"slug": "nanum-pen-script",
"fontFace": [
{
"fontFamily": "Nanum Pen Script",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/nanum-pen-script_normal_400.ttf"
]
}
]
},
{
"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
"name": "System Font",
"slug": "system-font"
}
]
}
}
}