瀏覽代碼

Club: fixing font sizes in single template (#6347)

Matias Benedetto 2 年之前
父節點
當前提交
e284a93d6e
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      club/theme.json

+ 6 - 2
club/theme.json

@@ -339,8 +339,7 @@
                 },
                 "typography": {
                     "lineHeight": "1.125",
-                    "fontWeight": "400",
-                    "fontSize": "var(--wp--preset--font-size--large)"
+                    "fontWeight": "400"
                 }
             },
             "core/pullquote": {
@@ -437,6 +436,11 @@
                     "blockGap": "0px"
                 }
             },
+            "core/post-terms": {
+                "typography": {
+                    "fontSize": "var(--wp--preset--font-size--large)"
+                }
+            },
             "core/read-more": {
                 "typography": {
                     "textTransform": "uppercase",