浏览代码

Remove testing changes

Ben Dwyer 4 年之前
父节点
当前提交
9c82070e72

+ 1 - 1
blank-canvas-blocks/assets/ponyfill.css

@@ -256,8 +256,8 @@ input[type=checkbox] + label {
 
 
 h1, h2, h3, h4, h5, h6 {
 h1, h2, h3, h4, h5, h6 {
 	clear: both;
 	clear: both;
+	font-family: var(--wp--custom--heading--typography--font-family);
 	font-weight: var(--wp--custom--heading--typography--font-weight);
 	font-weight: var(--wp--custom--heading--typography--font-weight);
-	font-family: var(--wp--custom--fonts--primary);
 }
 }
 
 
 /**
 /**

+ 0 - 8
blank-canvas-blocks/experimental-theme.json

@@ -85,14 +85,6 @@
 				]
 				]
 			},
 			},
 			"custom": {
 			"custom": {
-				"fonts": {
-					"primary": "'Playfair Display', Georgia, Times, serif",
-					"secondary": "'Fira Sans', Helvetica, Arial, sans-serif"
-				},
-				"fontsToLoadFromGoogle": [
-					"family=Fira Sans:ital,wght@0,400;0,500;1,400",
-					"family=Playfair Display:ital,wght@0,400;0,700;1,400"
-				],
 				"color": {
 				"color": {
 					"primary": "var(--wp--preset--color--black)",
 					"primary": "var(--wp--preset--color--black)",
 					"secondary": "var(--wp--preset--color--blue)",
 					"secondary": "var(--wp--preset--color--blue)",

+ 1 - 2
blank-canvas-blocks/sass/blocks/_heading.scss

@@ -1,6 +1,5 @@
 h1, h2, h3, h4, h5, h6 {
 h1, h2, h3, h4, h5, h6 {
 	clear: both;
 	clear: both;
-	//font-family: var(--wp--custom--heading--typography--font-family);
+	font-family: var(--wp--custom--heading--typography--font-family);
 	font-weight: var(--wp--custom--heading--typography--font-weight);
 	font-weight: var(--wp--custom--heading--typography--font-weight);
-	font-family: var(--wp--custom--fonts--primary);
 }
 }