Quellcode durchsuchen

Remove Rubik from Ueno and Dawson (#7351)

Sarah Norris vor 1 Jahr
Ursprung
Commit
0407f790dd
2 geänderte Dateien mit 3 neuen und 5 gelöschten Zeilen
  1. 2 3
      dawson/theme.json
  2. 1 2
      ueno/theme.json

+ 2 - 3
dawson/theme.json

@@ -536,7 +536,7 @@
 				},
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--x-large)",
-					"lineHeight": 0.7
+					"lineHeight": "0.7"
 				}
 			},
 			"core/paragraph": {
@@ -563,7 +563,7 @@
 					"fontSize": "var(--wp--preset--font-size--medium)",
 					"fontStyle": "normal",
 					"fontWeight": "300",
-					"lineHeight": 1.7
+					"lineHeight": "1.7"
 				}
 			},
 			"core/post-date": {
@@ -820,7 +820,6 @@
 			},
 			"heading": {
 				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--rubik)",
 					"fontWeight": "400",
 					"lineHeight": "1.125"
 				}

+ 1 - 2
ueno/theme.json

@@ -558,11 +558,10 @@
 			},
 			"heading": {
 				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--rubik)",
 					"fontStyle": "normal",
 					"fontWeight": "700",
 					"letterSpacing": "0.05em",
-					"lineHeight": 1.2,
+					"lineHeight": "1.2",
 					"textTransform": "uppercase"
 				}
 			},