Просмотр исходного кода

Update theme.json

The theme is currently applying Rubik as a default by mistake. This replaces it with Helvetica.
Beatriz Fialho 1 год назад
Родитель
Сommit
4dc3637595
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      sunderland/theme.json

+ 2 - 2
sunderland/theme.json

@@ -1233,7 +1233,7 @@
 			},
 			"heading": {
 				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--rubik)",
+					"fontFamily": "var(--wp--preset--font-family--helvetica)",
 					"fontStyle": "normal",
 					"fontWeight": "700",
 					"lineHeight": "1.125"
@@ -1277,4 +1277,4 @@
 	],
 	"version": 2,
 	"$schema": "https://schemas.wp.org/trunk/theme.json"
-}
+}