Browse Source

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

Quadrat Body font size fix
Ben Dwyer 4 years ago
parent
commit
57506b9f57
2 changed files with 2 additions and 2 deletions
  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": {
-			"fontSize": "20px",
+			"fontSize": "18px",
 			"fontWeight": "300",
 			"lineHeight": "var(--wp--custom--line-height--body)"
 		}

+ 1 - 1
quadrat/experimental-theme.json

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