Explorar o código

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

Quadrat Body font size fix
Ben Dwyer %!s(int64=4) %!d(string=hai) anos
pai
achega
57506b9f57
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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"
 		}
 	}