瀏覽代碼

Merge pull request #3826 from Automattic/fix-font-size

Quadrat Body font size fix
Ben Dwyer 4 年之前
父節點
當前提交
57506b9f57
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      quadrat/child-experimental-theme.json
  2. 1 1
      quadrat/experimental-theme.json

+ 1 - 1
quadrat/child-experimental-theme.json

@@ -279,7 +279,7 @@
 			}
 			}
 		},
 		},
 		"typography": {
 		"typography": {
-			"fontSize": "20px",
+			"fontSize": "18px",
 			"fontWeight": "300",
 			"fontWeight": "300",
 			"lineHeight": "var(--wp--custom--line-height--body)"
 			"lineHeight": "var(--wp--custom--line-height--body)"
 		}
 		}

+ 1 - 1
quadrat/experimental-theme.json

@@ -514,7 +514,7 @@
 		"typography": {
 		"typography": {
 			"lineHeight": "var(--wp--custom--line-height--body)",
 			"lineHeight": "var(--wp--custom--line-height--body)",
 			"fontFamily": "var(--wp--preset--font-family--base)",
 			"fontFamily": "var(--wp--preset--font-family--base)",
-			"fontSize": "20px",
+			"fontSize": "18px",
 			"fontWeight": "300"
 			"fontWeight": "300"
 		}
 		}
 	}
 	}