ソースを参照

Update theme.json

Rubik font was default inadvertently. This fixes the theme to use the correct font.
Beatriz Fialho 1 年間 前
コミット
7adab08df0
1 ファイル変更2 行追加2 行削除
  1. 2 2
      mpho/theme.json

+ 2 - 2
mpho/theme.json

@@ -557,7 +557,7 @@
 			},
 			"heading": {
 				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--rubik)",
+					"fontFamily": "var(--wp--preset--font-family--system-font)",
 					"fontWeight": "400",
 					"lineHeight": "1.125"
 				}
@@ -600,4 +600,4 @@
 	],
 	"version": 2,
 	"$schema": "https://schemas.wp.org/trunk/theme.json"
-}
+}