Browse Source

Use Crimson Text as heading font family (#6985)

Sarah Norris 2 years ago
parent
commit
f78f25f1e5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      verso/theme.json

+ 1 - 1
verso/theme.json

@@ -520,7 +520,7 @@
 			},
 			"heading": {
 				"typography": {
-					"fontFamily": "var(--wp--preset--font-family--rubik)",
+					"fontFamily": "var:preset|font-family|crimson-text",
 					"fontWeight": "400",
 					"lineHeight": "1.125"
 				}