Browse Source

Masu: Remove heading block specific font rule (#6885)

* Masu: Remove heading block specific font specification

* Revert changes in package-lock.json
Takashi Irie 2 years ago
parent
commit
c65c45af45
1 changed files with 1 additions and 9 deletions
  1. 1 9
      masu/theme.json

+ 1 - 9
masu/theme.json

@@ -47,14 +47,7 @@
 			"wideSize": "1720px"
 		},
 		"spacing": {
-			"units": [
-				"%",
-				"px",
-				"em",
-				"rem",
-				"vh",
-				"vw"
-			]
+			"units": ["%", "px", "em", "rem", "vh", "vw"]
 		},
 		"typography": {
 			"fluid": true,
@@ -274,7 +267,6 @@
 			},
 			"core/heading": {
 				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--libre-franklin)",
 					"fontWeight": "700"
 				}
 			},