瀏覽代碼

Archeo: Remove custom properties (#5457)

Ben Dwyer 3 年之前
父節點
當前提交
35d24b5cbd
共有 1 個文件被更改,包括 1 次插入6 次删除
  1. 1 6
      archeo/theme.json

+ 1 - 6
archeo/theme.json

@@ -38,11 +38,6 @@
 			]
 		},
 		"custom": {
-			"body": {
-				"typography": {
-					"lineHeight": 1.5
-				}
-			},
 			"spacing": {
 				"small": "clamp(20px, 4vw, 90px)",
 				"medium": "clamp(30px, 8vw, 100px)",
@@ -161,7 +156,7 @@
 		},
 		"typography": {
 			"fontFamily": "var(--wp--preset--font-family--chivo)",
-			"lineHeight": "var(--wp--custom--body--typography--line-height)",
+			"lineHeight": "1.5",
 			"fontSize": "var(--wp--preset--font-size--normal)"
 		}
 	},