Jelajahi Sumber

Returned Jost font to Meraki as it doesn't work otherwise on wpcom

Jason Crist 3 tahun lalu
induk
melakukan
921e38f921
1 mengubah file dengan 41 tambahan dan 1 penghapusan
  1. 41 1
      meraki/theme.json

+ 41 - 1
meraki/theme.json

@@ -51,6 +51,40 @@
 			}
 			}
 		},
 		},
 		"typography": {
 		"typography": {
+			"fontFamilies": [
+				{
+					"fontFamily": "\"Nunito\", sans-serif",
+					"slug": "nunito",
+					"name": "Nunito"
+				},
+				{
+					"fontFamily": "Jost, sans-serif",
+					"slug": "jost",
+					"name": "Jost",
+					"fontFace": [
+						{
+							"fontDisplay": "block",
+							"fontFamily": "Jost",
+							"fontWeight": "400",
+							"fontStyle": "normal",
+							"fontStretch": "normal",
+							"src": [
+								"file:./assets/fonts/Jost-Regular.ttf"
+							]
+						},
+						{
+							"fontDisplay": "block",
+							"fontFamily": "Jost",
+							"fontWeight": "500 600",
+							"fontStyle": "normal",
+							"fontStretch": "normal",
+							"src": [
+								"file:./assets/fonts/Jost-Medium.ttf"
+							]
+						}
+					]
+				}
+			],
 			"fontSizes": [
 			"fontSizes": [
 				{
 				{
 					"name": "Tiny",
 					"name": "Tiny",
@@ -102,6 +136,11 @@
 					"lineHeight": "1.2"
 					"lineHeight": "1.2"
 				}
 				}
 			},
 			},
+            		"core/heading": {
+             	   		"typography": {
+			        	"fontFamily": "var:preset|font-family|jost"
+                		}
+			},
 			"core/navigation-link": {
 			"core/navigation-link": {
 				"typography": {
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--jost)",
 					"fontFamily": "var(--wp--preset--font-family--jost)",
@@ -112,6 +151,7 @@
 			},
 			},
 			"core/post-title": {
 			"core/post-title": {
 				"typography": {
 				"typography": {
+			        	"fontFamily": "var:preset|font-family|jost",
 					"fontSize": "var(--wp--preset--font-size--large)",
 					"fontSize": "var(--wp--preset--font-size--large)",
 					"fontWeight": "500",
 					"fontWeight": "500",
 					"lineHeight": "1.2"
 					"lineHeight": "1.2"
@@ -151,4 +191,4 @@
 			"fontFamily": "var:preset|font-family|nunito"
 			"fontFamily": "var:preset|font-family|nunito"
 		}
 		}
 	}
 	}
-}
+}