Bläddra i källkod

cleanup errors on themejson files and rebuild themes (#4857)

Maggie 3 år sedan
förälder
incheckning
7903bbc5ab

+ 1 - 0
blockbase/sass/blocks/_pullquote.scss

@@ -14,6 +14,7 @@
 		.wp-block-pullquote__citation, // For the editor
 		cite {
 			display: block;
+			//See https://github.com/WordPress/gutenberg/issues/35735
 			font-size: var(--wp--custom--pullquote--citation--typography--font-size);
 			font-style: var(--wp--custom--pullquote--citation--typography--font-style);
 			font-weight: var(--wp--custom--pullquote--citation--typography--font-weight);

+ 1 - 0
blockbase/sass/blocks/_quote.scss

@@ -6,6 +6,7 @@
 	}
 	.wp-block-quote__citation, // For the editor
 	cite {
+		//See https://github.com/WordPress/gutenberg/issues/35735
 		font-size: var(--wp--custom--quote--citation--typography--font-size);
 		font-style: var(--wp--custom--quote--citation--typography--font-style);
 	}

+ 2 - 14
blockbase/theme.json

@@ -460,25 +460,12 @@
 					"width": "0 0 1px 0"
 				}
 			},
-			"core/site-title": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--normal)",
-					"fontWeight": 700,
-					"textDecoration": "none"
-				}
-			},
 			"core/quote": {
 				"border": {
 					"color": "var(--wp--custom--color--primary)",
 					"style": "solid",
 					"width": "0 0 0 1px"
 				},
-				"citation": {
-					"typography": {
-						"fontSize": "var(--wp--custom--font-sizes--tiny)",
-						"fontWeight": "400"
-					}
-				},
 				"spacing": {
 					"padding": {
 						"left": "var(--wp--custom--gap--horizontal)"
@@ -492,7 +479,8 @@
 			"core/site-title": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--normal)",
-					"fontWeight": 700
+					"fontWeight": "700",
+					"textDecoration": "none"
 				}
 			}
 		},

+ 8 - 13
geologist/child-theme.json

@@ -234,12 +234,7 @@
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "min(max(48px, 7vw), 64px)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.2
-				}
-			},
-			"list": {
-				"padding": {
-					"left": "calc( 2 * var(--wp--custom--gap--horizontal) )"
+					"lineHeight": "1.2"
 				}
 			},
 			"core/quote": {
@@ -297,7 +292,7 @@
 				},
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--normal)",
-					"fontWeight": 700,
+					"fontWeight": "700",
 					"textTransform": "uppercase"
 				}
 			}
@@ -307,42 +302,42 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "min(max(48px, 7vw), 80px)",
-					"lineHeight": 1.2
+					"lineHeight": "1.2"
 				}
 			},
 			"h2": {
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "min(max(36px, 6vw), 65px)",
-					"lineHeight": 1.2
+					"lineHeight": "1.2"
 				}
 			},
 			"h3": {
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "var(--wp--preset--font-size--large)",
-					"lineHeight": 1.2
+					"lineHeight": "1.2"
 				}
 			},
 			"h4": {
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "var(--wp--preset--font-size--large)",
-					"lineHeight": 1.4
+					"lineHeight": "1.4"
 				}
 			},
 			"h5": {
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "var(--wp--preset--font-size--normal)",
-					"lineHeight": 1.4
+					"lineHeight": "1.4"
 				}
 			},
 			"h6": {
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "var(--wp--preset--font-size--small)",
-					"lineHeight": 1.4
+					"lineHeight": "1.4"
 				}
 			},
 			"link": {

+ 9 - 19
geologist/theme.json

@@ -421,7 +421,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "min(max(48px, 7vw), 64px)",
-					"lineHeight": 1.2,
+					"lineHeight": "1.2",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)"
 				}
 			},
@@ -470,12 +470,6 @@
 					"style": "solid",
 					"width": "0px"
 				},
-				"citation": {
-					"typography": {
-						"fontSize": "var(--wp--custom--font-sizes--tiny)",
-						"fontWeight": "400"
-					}
-				},
 				"spacing": {
 					"padding": {
 						"left": "calc( var(--wp--custom--gap--horizontal) * 3 )"
@@ -491,7 +485,8 @@
 			"core/site-title": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--normal)",
-					"fontWeight": 700,
+					"fontWeight": "700",
+					"textDecoration": "none",
 					"textTransform": "uppercase"
 				},
 				"color": {
@@ -504,11 +499,6 @@
 					"text": "var(--wp--custom--color--foreground)"
 				}
 			},
-			"list": {
-				"padding": {
-					"left": "calc( 2 * var(--wp--custom--gap--horizontal) )"
-				}
-			},
 			"core/post-template": {
 				"elements": {
 					"h2": {
@@ -534,7 +524,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.2,
+					"lineHeight": "1.2",
 					"fontSize": "min(max(48px, 7vw), 80px)"
 				},
 				"spacing": {
@@ -548,7 +538,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.2,
+					"lineHeight": "1.2",
 					"fontSize": "min(max(36px, 6vw), 65px)"
 				},
 				"spacing": {
@@ -562,7 +552,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.2,
+					"lineHeight": "1.2",
 					"fontSize": "var(--wp--preset--font-size--large)"
 				},
 				"spacing": {
@@ -576,7 +566,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.4,
+					"lineHeight": "1.4",
 					"fontSize": "var(--wp--preset--font-size--large)"
 				},
 				"spacing": {
@@ -590,7 +580,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.4,
+					"lineHeight": "1.4",
 					"fontSize": "var(--wp--preset--font-size--normal)"
 				},
 				"spacing": {
@@ -604,7 +594,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.4,
+					"lineHeight": "1.4",
 					"fontSize": "var(--wp--preset--font-size--small)"
 				},
 				"spacing": {

+ 0 - 4
mayland-blocks/child-theme.json

@@ -161,10 +161,6 @@
 				}
 			},
 			"core/post-date": {
-				"color": {
-					"link": null,
-					"text": null
-				},
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--small)"
 				}

+ 4 - 9
mayland-blocks/theme.json

@@ -454,8 +454,8 @@
 			},
 			"core/post-date": {
 				"color": {
-					"link": null,
-					"text": null
+					"link": "var(--wp--custom--color--foreground)",
+					"text": "var(--wp--custom--color--foreground)"
 				},
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--small)"
@@ -495,12 +495,6 @@
 					"style": "solid",
 					"width": "0 0 0 1px"
 				},
-				"citation": {
-					"typography": {
-						"fontSize": "var(--wp--custom--font-sizes--tiny)",
-						"fontWeight": "400"
-					}
-				},
 				"spacing": {
 					"padding": {
 						"left": "var(--wp--custom--gap--horizontal)"
@@ -514,7 +508,8 @@
 			"core/site-title": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--large)",
-					"fontWeight": 700
+					"fontWeight": "700",
+					"textDecoration": "none"
 				}
 			}
 		},

+ 8 - 13
quadrat/child-theme.json

@@ -291,12 +291,7 @@
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "min(max(48px, 7vw), 80px)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.2
-				}
-			},
-			"list": {
-				"padding": {
-					"left": "calc( 2 * var(--wp--custom--gap--horizontal) )"
+					"lineHeight": "1.2"
 				}
 			},
 			"core/quote": {
@@ -352,7 +347,7 @@
 				},
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--normal)",
-					"fontWeight": 700,
+					"fontWeight": "700",
 					"textTransform": "uppercase"
 				}
 			}
@@ -362,42 +357,42 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "min(max(48px, 7vw), 80px)",
-					"lineHeight": 1.2
+					"lineHeight": "1.2"
 				}
 			},
 			"h2": {
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "var(--wp--preset--font-size--huge)",
-					"lineHeight": 1.2
+					"lineHeight": "1.2"
 				}
 			},
 			"h3": {
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "var(--wp--preset--font-size--large)",
-					"lineHeight": 1.2
+					"lineHeight": "1.2"
 				}
 			},
 			"h4": {
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "var(--wp--preset--font-size--medium)",
-					"lineHeight": 1.4
+					"lineHeight": "1.4"
 				}
 			},
 			"h5": {
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "var(--wp--preset--font-size--normal)",
-					"lineHeight": 1.4
+					"lineHeight": "1.4"
 				}
 			},
 			"h6": {
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "var(--wp--preset--font-size--small)",
-					"lineHeight": 1.4
+					"lineHeight": "1.4"
 				}
 			},
 			"link": {

+ 9 - 19
quadrat/theme.json

@@ -477,7 +477,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontSize": "min(max(48px, 7vw), 80px)",
-					"lineHeight": 1.2,
+					"lineHeight": "1.2",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)"
 				}
 			},
@@ -526,12 +526,6 @@
 					"style": "solid",
 					"width": "0px"
 				},
-				"citation": {
-					"typography": {
-						"fontSize": "var(--wp--custom--font-sizes--tiny)",
-						"fontWeight": "400"
-					}
-				},
 				"spacing": {
 					"padding": {
 						"left": "calc( var(--wp--custom--gap--horizontal) * 3 )"
@@ -547,7 +541,8 @@
 			"core/site-title": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--normal)",
-					"fontWeight": 700,
+					"fontWeight": "700",
+					"textDecoration": "none",
 					"textTransform": "uppercase"
 				},
 				"color": {
@@ -560,11 +555,6 @@
 					"text": "var(--wp--custom--color--foreground)"
 				}
 			},
-			"list": {
-				"padding": {
-					"left": "calc( 2 * var(--wp--custom--gap--horizontal) )"
-				}
-			},
 			"core/post-template": {
 				"elements": {
 					"h2": {
@@ -590,7 +580,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.2,
+					"lineHeight": "1.2",
 					"fontSize": "min(max(48px, 7vw), 80px)"
 				},
 				"spacing": {
@@ -604,7 +594,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.2,
+					"lineHeight": "1.2",
 					"fontSize": "var(--wp--preset--font-size--huge)"
 				},
 				"spacing": {
@@ -618,7 +608,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.2,
+					"lineHeight": "1.2",
 					"fontSize": "var(--wp--preset--font-size--large)"
 				},
 				"spacing": {
@@ -632,7 +622,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.4,
+					"lineHeight": "1.4",
 					"fontSize": "var(--wp--preset--font-size--medium)"
 				},
 				"spacing": {
@@ -646,7 +636,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.4,
+					"lineHeight": "1.4",
 					"fontSize": "var(--wp--preset--font-size--normal)"
 				},
 				"spacing": {
@@ -660,7 +650,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--dm-sans)",
 					"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
-					"lineHeight": 1.4,
+					"lineHeight": "1.4",
 					"fontSize": "var(--wp--preset--font-size--small)"
 				},
 				"spacing": {

+ 7 - 12
russell/theme.json

@@ -469,24 +469,12 @@
 					"width": "0 0 1px 0"
 				}
 			},
-			"core/site-title": {
-				"typography": {
-					"fontSize": "var(--wp--preset--font-size--normal)",
-					"fontWeight": 700
-				}
-			},
 			"core/quote": {
 				"border": {
 					"color": "var(--wp--custom--color--primary)",
 					"style": "solid",
 					"width": "0 0 0 1px"
 				},
-				"citation": {
-					"typography": {
-						"fontSize": "var(--wp--custom--font-sizes--tiny)",
-						"fontWeight": "400"
-					}
-				},
 				"spacing": {
 					"padding": {
 						"left": "var(--wp--custom--gap--horizontal)"
@@ -496,6 +484,13 @@
 					"fontSize": "var(--wp--preset--font-size--normal)",
 					"fontStyle": "normal"
 				}
+			},
+			"core/site-title": {
+				"typography": {
+					"fontSize": "var(--wp--preset--font-size--normal)",
+					"fontWeight": "700",
+					"textDecoration": "none"
+				}
 			}
 		},
 		"color": {

+ 18 - 9
seedlet-blocks/child-theme.json

@@ -20,39 +20,48 @@
 			"gradients": [
 				{
 					"slug": "hard-diagonal",
-					"gradient": "linear-gradient(to bottom right, #3C8067 49.9%, #FAFBF6 50%)"
+					"gradient": "linear-gradient(to bottom right, #3C8067 49.9%, #FAFBF6 50%)",
+					"name": "Hard diagonal"
 				},
 				{
 					"slug": "hard-diagonal-inverted",
-					"gradient": "linear-gradient(to top left, #3C8067 49.9%, #FAFBF6 50%)"
+					"gradient": "linear-gradient(to top left, #3C8067 49.9%, #FAFBF6 50%)",
+					"name": "Hard diagonal inverted"
 				},
 				{
 					"slug": "hard-horizontal",
-					"gradient": "linear-gradient(to bottom, #3C8067 50%, #FAFBF6 50%)"
+					"gradient": "linear-gradient(to bottom, #3C8067 50%, #FAFBF6 50%)",
+					"name": "Hard horizontal"
 				},
 				{
 					"slug": "hard-horizontal-inverted",
-					"gradient": "linear-gradient(to top, #3C8067 50%, #FAFBF6 50%)"
+					"gradient": "linear-gradient(to top, #3C8067 50%, #FAFBF6 50%)",
+					"name": "Hard horizontal inverted"
 				},
 				{
 					"slug": "diagonal",
-					"gradient": "linear-gradient(to bottom right, #3C8067, #FAFBF6)"
+					"gradient": "linear-gradient(to bottom right, #3C8067, #FAFBF6)",
+					"name": "Diagonal"
 				},
 				{
 					"slug": "diagonal-inverted",
-					"gradient": "linear-gradient(to top left, #3C8067, #FAFBF6)"
+					"gradient": "linear-gradient(to top left, #3C8067, #FAFBF6)",
+					"name": "Diagonal inverted"
 				},
 				{
 					"slug": "horizontal",
-					"gradient": "linear-gradient(to bottom, #3C8067, #FAFBF6)"
+					"gradient": "linear-gradient(to bottom, #3C8067, #FAFBF6)",
+					"name": "Horizontal"
 				},
 				{
 					"slug": "horizontal-inverted",
-					"gradient": "linear-gradient(to top, #3C8067, #FAFBF6)"
+					"gradient": "linear-gradient(to top, #3C8067, #FAFBF6)",
+					"name": "Horizontal inverted"
 				},
 				{
 					"slug": "stripe",
-					"gradient": "linear-gradient(to bottom, transparent 20%, #3C8067 20%, #3C8067 80%, transparent 80%)"
+					"gradient": "linear-gradient(to bottom, transparent 20%, #3C8067 20%, #3C8067 80%, transparent 80%)",
+					"name": "Stripe"
 				}
 			],
 			"palette": [

+ 20 - 16
seedlet-blocks/theme.json

@@ -71,39 +71,48 @@
 			"gradients": [
 				{
 					"slug": "hard-diagonal",
-					"gradient": "linear-gradient(to bottom right, #3C8067 49.9%, #FAFBF6 50%)"
+					"gradient": "linear-gradient(to bottom right, #3C8067 49.9%, #FAFBF6 50%)",
+					"name": "Hard diagonal"
 				},
 				{
 					"slug": "hard-diagonal-inverted",
-					"gradient": "linear-gradient(to top left, #3C8067 49.9%, #FAFBF6 50%)"
+					"gradient": "linear-gradient(to top left, #3C8067 49.9%, #FAFBF6 50%)",
+					"name": "Hard diagonal inverted"
 				},
 				{
 					"slug": "hard-horizontal",
-					"gradient": "linear-gradient(to bottom, #3C8067 50%, #FAFBF6 50%)"
+					"gradient": "linear-gradient(to bottom, #3C8067 50%, #FAFBF6 50%)",
+					"name": "Hard horizontal"
 				},
 				{
 					"slug": "hard-horizontal-inverted",
-					"gradient": "linear-gradient(to top, #3C8067 50%, #FAFBF6 50%)"
+					"gradient": "linear-gradient(to top, #3C8067 50%, #FAFBF6 50%)",
+					"name": "Hard horizontal inverted"
 				},
 				{
 					"slug": "diagonal",
-					"gradient": "linear-gradient(to bottom right, #3C8067, #FAFBF6)"
+					"gradient": "linear-gradient(to bottom right, #3C8067, #FAFBF6)",
+					"name": "Diagonal"
 				},
 				{
 					"slug": "diagonal-inverted",
-					"gradient": "linear-gradient(to top left, #3C8067, #FAFBF6)"
+					"gradient": "linear-gradient(to top left, #3C8067, #FAFBF6)",
+					"name": "Diagonal inverted"
 				},
 				{
 					"slug": "horizontal",
-					"gradient": "linear-gradient(to bottom, #3C8067, #FAFBF6)"
+					"gradient": "linear-gradient(to bottom, #3C8067, #FAFBF6)",
+					"name": "Horizontal"
 				},
 				{
 					"slug": "horizontal-inverted",
-					"gradient": "linear-gradient(to top, #3C8067, #FAFBF6)"
+					"gradient": "linear-gradient(to top, #3C8067, #FAFBF6)",
+					"name": "Horizontal inverted"
 				},
 				{
 					"slug": "stripe",
-					"gradient": "linear-gradient(to bottom, transparent 20%, #3C8067 20%, #3C8067 80%, transparent 80%)"
+					"gradient": "linear-gradient(to bottom, transparent 20%, #3C8067 20%, #3C8067 80%, transparent 80%)",
+					"name": "Stripe"
 				}
 			]
 		},
@@ -522,12 +531,6 @@
 					"style": "solid",
 					"width": "0 0 0 1px"
 				},
-				"citation": {
-					"typography": {
-						"fontSize": "var(--wp--custom--font-sizes--tiny)",
-						"fontWeight": "400"
-					}
-				},
 				"spacing": {
 					"padding": {
 						"left": "var(--wp--custom--gap--horizontal)"
@@ -541,7 +544,8 @@
 			"core/site-title": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--normal)",
-					"fontWeight": 700
+					"fontWeight": "700",
+					"textDecoration": "none"
 				},
 				"color": {
 					"link": "var(--wp--custom--color--primary)"

+ 8 - 8
skatepark/child-theme.json

@@ -281,7 +281,7 @@
 					"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
 					"fontSize": "min(max(48px, 7vw), 72px)",
 					"fontWeight": "700",
-					"lineHeight": 1.2
+					"lineHeight": "1.2"
 				},
 				"spacing": {
 					"margin": {
@@ -307,7 +307,7 @@
 			"core/site-title": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--medium)",
-					"fontWeight": 900,
+					"fontWeight": "900",
 					"letterSpacing": "0.05em",
 					"textTransform": "uppercase"
 				}
@@ -324,7 +324,7 @@
 					"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
 					"fontSize": "min(max(48px, 7vw), 72px)",
 					"fontWeight": "700",
-					"lineHeight": 1.2
+					"lineHeight": "1.2"
 				},
 				"spacing": {
 					"margin": {
@@ -338,7 +338,7 @@
 					"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
 					"fontSize": "min(max(36px, 5vw), 64px)",
 					"fontWeight": "900",
-					"lineHeight": 1.2
+					"lineHeight": "1.2"
 				}
 			},
 			"h3": {
@@ -346,7 +346,7 @@
 					"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
 					"fontSize": "min(max(30px, 5vw), 48px)",
 					"fontWeight": "900",
-					"lineHeight": 1.3
+					"lineHeight": "1.3"
 				}
 			},
 			"h4": {
@@ -355,7 +355,7 @@
 					"fontSize": "var(--wp--preset--font-size--small)",
 					"fontWeight": "900",
 					"letterSpacing": "0.1em",
-					"lineHeight": 1.3,
+					"lineHeight": "1.3",
 					"textTransform": "uppercase"
 				}
 			},
@@ -365,7 +365,7 @@
 					"fontSize": "var(--wp--preset--font-size--small)",
 					"fontWeight": "900",
 					"letterSpacing": "0.1em",
-					"lineHeight": 1.3,
+					"lineHeight": "1.3",
 					"textTransform": "uppercase"
 				}
 			},
@@ -375,7 +375,7 @@
 					"fontSize": "var(--wp--custom--font-sizes--tiny)",
 					"fontWeight": "900",
 					"letterSpacing": "0.1em",
-					"lineHeight": 1.3,
+					"lineHeight": "1.3",
 					"textTransform": "uppercase"
 				}
 			}

+ 9 - 14
skatepark/theme.json

@@ -470,7 +470,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
 					"fontSize": "min(max(48px, 7vw), 72px)",
-					"lineHeight": 1.2,
+					"lineHeight": "1.2",
 					"fontWeight": "700"
 				}
 			},
@@ -518,12 +518,6 @@
 					"style": "solid",
 					"width": "0 0 0 1px"
 				},
-				"citation": {
-					"typography": {
-						"fontSize": "var(--wp--custom--font-sizes--tiny)",
-						"fontWeight": "400"
-					}
-				},
 				"spacing": {
 					"padding": {
 						"left": "var(--wp--custom--gap--horizontal)"
@@ -537,7 +531,8 @@
 			"core/site-title": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--medium)",
-					"fontWeight": 900,
+					"fontWeight": "900",
+					"textDecoration": "none",
 					"letterSpacing": "0.05em",
 					"textTransform": "uppercase"
 				}
@@ -567,7 +562,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
 					"fontWeight": "700",
-					"lineHeight": 1.2,
+					"lineHeight": "1.2",
 					"fontSize": "min(max(48px, 7vw), 72px)"
 				},
 				"spacing": {
@@ -581,7 +576,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
 					"fontWeight": "900",
-					"lineHeight": 1.2,
+					"lineHeight": "1.2",
 					"fontSize": "min(max(36px, 5vw), 64px)"
 				},
 				"spacing": {
@@ -595,7 +590,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
 					"fontWeight": "900",
-					"lineHeight": 1.3,
+					"lineHeight": "1.3",
 					"fontSize": "min(max(30px, 5vw), 48px)"
 				},
 				"spacing": {
@@ -609,7 +604,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
 					"fontWeight": "900",
-					"lineHeight": 1.3,
+					"lineHeight": "1.3",
 					"fontSize": "var(--wp--preset--font-size--small)",
 					"letterSpacing": "0.1em",
 					"textTransform": "uppercase"
@@ -625,7 +620,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
 					"fontWeight": "900",
-					"lineHeight": 1.3,
+					"lineHeight": "1.3",
 					"fontSize": "var(--wp--preset--font-size--small)",
 					"letterSpacing": "0.1em",
 					"textTransform": "uppercase"
@@ -641,7 +636,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--red-hat-display)",
 					"fontWeight": "900",
-					"lineHeight": 1.3,
+					"lineHeight": "1.3",
 					"fontSize": "var(--wp--custom--font-sizes--tiny)",
 					"letterSpacing": "0.1em",
 					"textTransform": "uppercase"

+ 1 - 7
videomaker/theme.json

@@ -470,12 +470,6 @@
 					"style": "solid",
 					"width": "0 0 0 1px"
 				},
-				"citation": {
-					"typography": {
-						"fontSize": "var(--wp--custom--font-sizes--tiny)",
-						"fontWeight": "400"
-					}
-				},
 				"spacing": {
 					"padding": {
 						"left": "var(--wp--custom--gap--horizontal)"
@@ -489,7 +483,7 @@
 			"core/site-title": {
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--normal)",
-					"fontWeight": 700,
+					"fontWeight": "700",
 					"textDecoration": "none",
 					"textTransform": "uppercase"
 				}

+ 3 - 8
zoologist/theme.json

@@ -45,7 +45,6 @@
 			"customWidth": true
 		},
 		"color": {
-			"gradients": [],
 			"palette": [
 				{
 					"slug": "primary",
@@ -67,7 +66,8 @@
 					"color": "#f1f1f1",
 					"name": "Tertiary"
 				}
-			]
+			],
+			"gradients": []
 		},
 		"custom": {
 			"alignment": {
@@ -471,12 +471,6 @@
 					"style": "solid",
 					"width": "0px"
 				},
-				"citation": {
-					"typography": {
-						"fontSize": "var(--wp--custom--font-sizes--tiny)",
-						"fontWeight": "400"
-					}
-				},
 				"spacing": {
 					"padding": {
 						"left": "calc( var(--wp--custom--gap--horizontal) * 3 )"
@@ -493,6 +487,7 @@
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--normal)",
 					"fontWeight": 700,
+					"textDecoration": "none",
 					"textTransform": "uppercase"
 				},
 				"color": {