Browse Source

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

Matias Benedetto 2 years ago
parent
commit
e284a93d6e
1 changed files with 6 additions and 2 deletions
  1. 6 2
      club/theme.json

+ 6 - 2
club/theme.json

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