Browse Source

Update theme.json (#7768)

This fixes wrongly set default font "Rubik" and replaces it with the correct font "Albura".
Beatriz Fialho 1 year ago
parent
commit
7a389b89f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bibliophile/theme.json

+ 2 - 2
bibliophile/theme.json

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