forked from Automattic/themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.json
87 lines (87 loc) · 1.72 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
81
82
83
84
85
86
87
{
"$schema": "https://json.schemastore.org/theme-v1.json",
"version": 1,
"settings": {
"color": {
"palette": [
{
"slug": "primary",
"color": "#343e47",
"name": "Primary",
"default": "#007cba"
},
{
"slug": "secondary",
"color": "#33b26e",
"name": "Secondary",
"default": "#006ba1"
},
{
"slug": "foreground",
"color": "#6e797f",
"name": "Foreground",
"default": "#333333"
},
{
"slug": "background",
"color": "#ffffff",
"name": "Background",
"default": "#ffffff"
},
{
"slug": "tertiary",
"color": "#FAFAFA",
"name": "Tertiary",
"default": "#FAFAFA"
}
]
},
"custom": {
"heading": {
"typography": {
"fontWeight": 600
}
},
"gap": {
"vertical": "min(40px, 5vw)"
}
},
"typography": {
"fontFamilies": [
{
"fontFamily": "\"Roboto\", sans-serif",
"fontSlug": "roboto",
"slug": "body-font",
"name": "Body (Roboto)",
"google": "family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900"
},
{
"fontFamily": "\"Roboto\", sans-serif",
"fontSlug": "roboto",
"slug": "heading-font",
"name": "Headings (Roboto)",
"google": "family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900"
}
]
}
},
"styles": {
"blocks": {
"core/site-tagline": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)"
}
},
"core/site-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"core/post-title": {
"typography": {
"fontSize": "48px"
}
}
}
}
}