Browse Source

moved Jost from Meraki to Blockbase

Jason Crist 3 years ago
parent
commit
a39b3f37fe

+ 6 - 0
blockbase/theme.json

@@ -442,6 +442,12 @@
 					"name": "Josefin Sans",
 					"provider": "blockbase-fonts"
 				},
+				{
+					"fontFamily": "Jost, sans-serif",
+					"slug": "jost",
+					"name": "Jost",
+					"provider": "blockbase-fonts"
+				},
 				{
 					"fontFamily": "'Libre Baskerville', serif",
 					"slug": "libre-baskerville",

BIN
meraki/assets/fonts/Jost-Medium.ttf


BIN
meraki/assets/fonts/Jost-Regular.ttf


+ 7 - 1
meraki/theme.json

@@ -102,6 +102,11 @@
 					"lineHeight": "1.2"
 				}
 			},
+            		"core/heading": {
+             	   		"typography": {
+			        	"fontFamily": "var:preset|font-family|jost"
+                		}
+			},
 			"core/navigation-link": {
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--jost)",
@@ -112,6 +117,7 @@
 			},
 			"core/post-title": {
 				"typography": {
+			        	"fontFamily": "var:preset|font-family|jost",
 					"fontSize": "var(--wp--preset--font-size--large)",
 					"fontWeight": "500",
 					"lineHeight": "1.2"
@@ -151,4 +157,4 @@
 			"fontFamily": "var:preset|font-family|nunito"
 		}
 	}
-}
+}