Explorar o código

Update theme.json

Rubik font was default inadvertently. This fixes the theme to use the correct font.
Beatriz Fialho hai 1 ano
pai
achega
7adab08df0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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"
-}
+}