ソースを参照

removed references to 'body-font' in Blockbase

Jason Crist 3 年 前
コミット
3117fa7470
1 ファイル変更1 行追加2 行削除
  1. 1 2
      blockbase/theme.json

+ 1 - 2
blockbase/theme.json

@@ -556,7 +556,6 @@
 					"text": "var(--wp--custom--button--color--text)"
 				},
 				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--body-font)",
 					"fontSize": "var(--wp--custom--button--typography--font-size)",
 					"fontWeight": "var(--wp--custom--button--typography--font-weight)",
 					"lineHeight": "var(--wp--custom--button--typography--line-height)"
@@ -778,7 +777,7 @@
 		},
 		"typography": {
 			"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)"
 		}
 	}