summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/twentytwentytwo/styles/blue.json
blob: 8ebedef019453d2b294bd0387909c19292fa9758 (plain)
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
	"version": 2,
	"title": "Blue",
	"settings": {
		"color": {
			"palette": [
				{
					"slug": "foreground",
					"color": "#FCF5ED",
					"name": "Foreground"
				},
				{
					"slug": "background",
					"color": "#3F67C6",
					"name": "Background"
				},
				{
					"slug": "primary",
					"color": "#FFFFFF",
					"name": "Primary"
				},
				{
					"slug": "secondary",
					"color": "#3556A5",
					"name": "Secondary"
				},
				{
					"slug": "tertiary",
					"color": "#374C80",
					"name": "Tertiary"
				}
			]
		},
		"custom": {
			"spacing": {
				"small": "max(1rem, 4vw)",
				"medium": "clamp(1rem, 8vw, calc(2 * var(--wp--style--block-gap)))",
				"large": "clamp(2rem, 10vw, 6rem)",
				"outer": "var(--wp--custom--spacing--small, 1rem)"
			},
			"typography": {
				"font-size": {
					"huge": "clamp(2rem, 4vw, 2.25rem)",
					"gigantic": "clamp(2.25rem, 6vw, 2.75rem)",
					"colossal": "clamp(2.75rem, 10vw, 5rem)"
				}
			}
		},
		"layout": {
			"contentSize": "660px",
			"wideSize": "1220px"
		},
		"typography": {
			"fontFamilies": [
				{
					"fontFamily": "\"DM Sans\", sans-serif",
					"name": "DM Sans",
					"slug": "dm-sans",
					"fontFace": [
						{
							"fontFamily": "DM Sans",
							"fontWeight": "400",
							"fontStyle": "normal",
							"src": [ "file:./assets/fonts/dm-sans/DMSans-Regular.ttf" ]
						},
						{
							"fontFamily": "DM Sans",
							"fontWeight": "400",
							"fontStyle": "italic",
							"src": [ "file:./assets/fonts/dm-sans/DMSans-Italic.ttf" ]
						},
						{
							"fontFamily": "DM Sans",
							"fontWeight": "700",
							"fontStyle": "normal",
							"src": [ "file:./assets/fonts/dm-sans/DMSans-Bold.ttf" ]
						},
						{
							"fontFamily": "DM Sans",
							"fontWeight": "700",
							"fontStyle": "italic",
							"src": [ "file:./assets/fonts/dm-sans/DMSans-BoldItalic.ttf" ]
						}
					]
				}
			]
		}
	},
	"styles": {
		"blocks": {
			"core/post-title": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
					"fontSize": "var(--wp--custom--typography--font-size--colossal)",
					"fontWeight": "700"
				}
			},
			"core/site-title": {
				"typography": {
					"fontStyle":"normal"
				}
			}
		},
		"elements": {
			"h1": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
					"fontWeight": "700"
				}
			},
			"h2": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
					"fontWeight": "700"
				}
			},
			"h3": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
					"fontWeight": "700"
				}
			},
			"h4": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
					"fontWeight": "700"
				}
			},
			"h5": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
					"fontWeight": "700"
				}
			},
			"h6": {
				"typography": {
					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
					"fontWeight": "700"
				}
			}
		},
		"typography": {
			"fontFamily": "var(--wp--preset--font-family--dm-sans)"
		}
	}
}