Parcourir la source

removed references to 'body-font' in Blockbase

Jason Crist il y a 3 ans
Parent
commit
3117fa7470
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      blockbase/theme.json

+ 1 - 2
blockbase/theme.json

@@ -556,7 +556,6 @@
 					"text": "var(--wp--custom--button--color--text)"
 					"text": "var(--wp--custom--button--color--text)"
 				},
 				},
 				"typography": {
 				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--body-font)",
 					"fontSize": "var(--wp--custom--button--typography--font-size)",
 					"fontSize": "var(--wp--custom--button--typography--font-size)",
 					"fontWeight": "var(--wp--custom--button--typography--font-weight)",
 					"fontWeight": "var(--wp--custom--button--typography--font-weight)",
 					"lineHeight": "var(--wp--custom--button--typography--line-height)"
 					"lineHeight": "var(--wp--custom--button--typography--line-height)"
@@ -778,7 +777,7 @@
 		},
 		},
 		"typography": {
 		"typography": {
 			"lineHeight": "var(--wp--custom--body--typography--line-height)",
 			"lineHeight": "var(--wp--custom--body--typography--line-height)",
-			"fontFamily": "var(--wp--preset--font-family--body-font)",
+			"fontFamily": "var(--wp--preset--font-family--system-font)",
 			"fontSize": "var(--wp--custom--font-sizes--normal)"
 			"fontSize": "var(--wp--custom--font-sizes--normal)"
 		}
 		}
 	}
 	}