浏览代码

renamed normal font size

Maggie 4 年之前
父节点
当前提交
bf5fa336b0
共有 2 个文件被更改,包括 8 次插入8 次删除
  1. 4 4
      skatepark/child-theme.json
  2. 4 4
      skatepark/theme.json

+ 4 - 4
skatepark/child-theme.json

@@ -145,12 +145,12 @@
 				{
 					"name": "Extra Small",
 					"size": "16px",
-					"slug": "extra-small"
+					"slug": "small"
 				},
 				{
-					"name": "Small",
+					"name": "Normal",
 					"size": "20px",
-					"slug": "small"
+					"slug": "normal"
 				},
 				{
 					"name": "Medium",
@@ -225,7 +225,7 @@
 			},
 			"h5": {
 				"typography": {
-					"fontSize": "var(--wp--preset--font-size--extra-small)",
+					"fontSize": "var(--wp--preset--font-size--small)",
 					"fontWeight": "900",
 					"letterSpacing": "0.1em",
 					"lineHeight": 1.3,

+ 4 - 4
skatepark/theme.json

@@ -319,12 +319,12 @@
 				{
 					"name": "Extra Small",
 					"size": "16px",
-					"slug": "extra-small"
+					"slug": "small"
 				},
 				{
-					"name": "Small",
+					"name": "Normal",
 					"size": "20px",
-					"slug": "small"
+					"slug": "normal"
 				},
 				{
 					"name": "Medium",
@@ -496,7 +496,7 @@
 					"fontFamily": "var(--wp--custom--heading--typography--font-family)",
 					"fontWeight": "900",
 					"lineHeight": 1.3,
-					"fontSize": "var(--wp--preset--font-size--extra-small)",
+					"fontSize": "var(--wp--preset--font-size--small)",
 					"letterSpacing": "0.1em",
 					"textTransform": "uppercase"
 				}