소스 검색

Blockbase: Update font name (#4183)

Ben Dwyer 4 년 전
부모
커밋
a801623308
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      blockbase/theme.json

+ 4 - 4
blockbase/theme.json

@@ -180,13 +180,13 @@
 			},
 			"body": {
 				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--segoe-ui)",
+					"fontFamily": "var(--wp--preset--font-family--system-font)",
 					"lineHeight": 1.6
 				}
 			},
 			"heading": {
 				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--segoe-ui)",
+					"fontFamily": "var(--wp--preset--font-family--system-font)",
 					"fontWeight": 400,
 					"lineHeight": 1.125
 				}
@@ -305,8 +305,8 @@
 			"fontFamilies": [
 				{
 					"fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif",
-					"slug": "segoe-ui",
-					"name": "Segoe UI"
+					"slug": "system-font",
+					"name": "System Font"
 				}
 			],
 			"fontSizes": [