Browse Source

Transitioned Blockbase child themes that configured a single font face

Jason Crist 3 years ago
parent
commit
a853540f1a

+ 1 - 18
appleton/theme.json

@@ -28,6 +28,7 @@
 			}
 		},
 		"typography": {
+			"fontFamily": "var:preset|font-family|inter",
 			"fontStyle": "normal",
 			"fontWeight": "400",
 			"fontSize": "var:preset|font-size|small"
@@ -74,24 +75,6 @@
 					"name": "Tertiary"
 				}
 			]
-		},
-		"typography": {
-			"fontFamilies": [
-				{
-					"fontFamily": "\"Inter\", sans-serif",
-					"slug": "body-font",
-					"name": "Body (Inter)",
-					"google": "family=Inter:wght@100..900",
-					"fontSlug": "inter"
-				},
-				{
-					"fontFamily": "\"Inter\", sans-serif",
-					"slug": "heading-font",
-					"name": "Heading (Inter)",
-					"google": "family=Inter:wght@100..900",
-					"fontSlug": "inter"
-				}
-			]
 		}
 	}
 }

+ 3 - 18
arbutus/theme.json

@@ -45,24 +45,6 @@
 			"gap": {
 				"vertical": "min(40px, 5vw)"
 			}
-		},
-		"typography": {
-			"fontFamilies": [
-				{
-					"fontFamily": "\"Roboto\", sans-serif",
-					"fontSlug": "roboto",
-					"slug": "body-font",
-					"name": "Body (Roboto)",
-					"google": "family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900"
-				},
-				{
-					"fontFamily": "\"Roboto\", sans-serif",
-					"fontSlug": "roboto",
-					"slug": "heading-font",
-					"name": "Headings (Roboto)",
-					"google": "family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900"
-				}
-			]
 		}
 	},
 	"styles": {
@@ -82,6 +64,9 @@
 					"fontSize": "48px"
 				}
 			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|roboto"
 		}
 	}
 }

+ 5 - 18
bennett/theme.json

@@ -17,24 +17,6 @@
                 }
             ]
         },
-        "typography": {
-            "fontFamilies": [
-                {
-                    "fontFamily": "\"Rubik\", sans-serif",
-                    "slug": "body-font",
-                    "name": "Body (Rubik)",
-                    "google": "family=Rubik:ital,wght@0,300..900;1,300..900",
-                    "fontSlug": "rubik"
-                },
-                {
-                    "fontFamily": "\"Rubik\", sans-serif",
-                    "slug": "heading-font",
-                    "name": "Heading (Rubik)",
-                    "google": "family=Rubik:ital,wght@0,300..900;1,300..900",
-                    "fontSlug": "rubik"
-                }
-            ]
-        },
         "custom": {
             "color": {
                 "foreground": "var(--wp--preset--color--foreground)",
@@ -44,5 +26,10 @@
                 "tertiary": "var(--wp--preset--color--background)"
             }
         }
+    },
+    "styles": {
+        "typography": {
+			"fontFamily": "var:preset|font-family|rubik"
+        }
     }
 }

+ 5 - 11
calvin/theme.json

@@ -17,17 +17,6 @@
                 }
             ]
         },
-        "typography": {
-            "fontFamilies": [
-                {
-                    "fontFamily": "\"Roboto\", sans-serif",
-                    "slug": "body-font",
-                    "name": "Body (Roboto)",
-                    "google": "family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900",
-                    "fontSlug": "roboto"
-                }
-            ]
-        },
         "custom": {
             "color": {
                 "foreground": "var(--wp--preset--color--foreground)",
@@ -37,5 +26,10 @@
                 "tertiary": "var(--wp--preset--color--background)"
             }
         }
+    },
+    "styles": {
+        "typography": {
+			"fontFamily": "var:preset|font-family|roboto"
+        }
     }
 }

+ 2 - 17
geologist-blue/theme.json

@@ -172,22 +172,6 @@
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,
-			"fontFamilies": [
-				{
-					"fontFamily": "'IBM Plex Mono', 'Courier New', 'Courier', monospace",
-					"fontSlug": "ibm-plex-mono",
-					"slug": "body-font",
-					"name": "Body (IBM Plex Mono)",
-					"google": "family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700"
-				},
-				{
-					"fontFamily": "'IBM Plex Mono', 'Courier New', 'Courier', monospace",
-					"fontSlug": "ibm-plex-mono",
-					"slug": "heading-font",
-					"name": "Headings (IBM Plex Mono)",
-					"google": "family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -368,7 +352,8 @@
 			}
 		},
 		"typography": {
-			"fontWeight": "400"
+			"fontWeight": "400",
+			"fontFamily": "var:preset|font-family|ibm-plex-mono"
 		}
 	}
 }

+ 2 - 10
geologist-cream/theme.json

@@ -172,15 +172,6 @@
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,
-			"fontFamilies": [
-				{
-					"fontFamily": "'Source Serif Pro', serif",
-					"fontSlug": "source-serif-pro",
-					"slug": "body-font",
-					"name": "Body (Source Serif Pro)",
-					"google": "family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -361,7 +352,8 @@
 			}
 		},
 		"typography": {
-			"fontWeight": "400"
+			"fontWeight": "400",
+			"fontFamily": "var:preset|font-family|source-serif-pro"
 		}
 	}
 }

+ 2 - 17
geologist-slate/theme.json

@@ -172,22 +172,6 @@
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,
-			"fontFamilies": [
-				{
-					"fontFamily": "'Rubik', sans-serif",
-					"fontSlug": "rubik",
-					"slug": "body-font",
-					"name": "Body (Rubik)",
-					"google": "family=Rubik:ital,wght@0,300..900;1,300..900"
-				},
-				{
-					"fontFamily": "'Rubik', sans-serif",
-					"fontSlug": "rubik",
-					"slug": "heading-font",
-					"name": "Headings (Rubik)",
-					"google": "family=Rubik:ital,wght@0,300..900;1,300..900"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -354,7 +338,8 @@
 			}
 		},
 		"typography": {
-			"fontWeight": "400"
+			"fontWeight": "400",
+			"fontFamily": "var:preset|font-family|rubik"
 		}
 	}
 }

+ 2 - 9
geologist-yellow/theme.json

@@ -172,14 +172,6 @@
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,
-			"fontFamilies": [
-				{
-					"fontFamily": "'Helvetica Neue','Helvetica', 'Arial', sans-serif",
-					"fontSlug": "helvetica-neue",
-					"slug": "body-font",
-					"name": "Body (Helvetica)"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -346,7 +338,8 @@
 			}
 		},
 		"typography": {
-			"fontWeight": "400"
+			"fontWeight": "400",
+			"fontFamily": "var:preset|font-family|helvetica-neue"
 		}
 	}
 }

+ 2 - 10
geologist/theme.json

@@ -172,15 +172,6 @@
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,
-			"fontFamilies": [
-				{
-					"fontFamily": "\"DM Sans\", sans-serif",
-					"fontSlug": "dm-sans",
-					"slug": "body-font",
-					"name": "Body (DM Sans)",
-					"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -347,7 +338,8 @@
 			}
 		},
 		"typography": {
-			"fontWeight": "400"
+			"fontWeight": "400",
+			"fontFamily": "var:preset|font-family|dm-sans"
 		}
 	}
 }

+ 3 - 9
heiwa/theme.json

@@ -93,15 +93,6 @@
 			"wideSize": "1240px"
 		},
 		"typography": {
-			"fontFamilies": [
-				{
-					"fontFamily": "\"EB Garamond\", serif",
-					"slug": "body-font",
-					"name": "Body (EB Garamond)",
-					"google": "family=EB+Garamond:ital,wght@0,400..800;1,400..800",
-					"fontSlug": "eb-garamond"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -192,6 +183,9 @@
 		},
 		"spacing": {
 			"blockGap": "calc(7 * var(--wp--custom--gap--baseline))"
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|eb-garamond"
 		}
 	}
 }

+ 5 - 18
jackson/theme.json

@@ -17,24 +17,6 @@
                 }
             ]
         },
-        "typography": {
-            "fontFamilies": [
-                {
-                    "fontFamily": "\"DM Sans\", sans-serif",
-                    "slug": "body-font",
-                    "name": "Body (DM Sans)",
-                    "google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700\"",
-                    "fontSlug": "dm-sans"
-                },
-                {
-                    "fontFamily": "\"DM Sans\", sans-serif",
-                    "slug": "heading-font",
-                    "name": "Heading (DM Sans)",
-                    "google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700\"",
-                    "fontSlug": "dm-sans"
-                }
-            ]
-        },
         "custom": {
 			"color": {
 				"foreground": "var(--wp--preset--color--foreground)",
@@ -44,5 +26,10 @@
 				"tertiary": "var(--wp--preset--color--background)"
 			}
         }
+    },
+    "styles": {
+        "typography": {
+			"fontFamily": "var:preset|font-family|dm-sans"
+        }
     }
 }

+ 3 - 9
mayland-blocks/theme.json

@@ -95,15 +95,6 @@
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,
-			"fontFamilies": [
-				{
-					"fontFamily": "\"Poppins\", sans-serif",
-					"fontSlug": "poppins",
-					"slug": "body-font",
-					"name": "Body (Poppins)",
-					"google": "family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -197,6 +188,9 @@
 					"text": "var(--wp--custom--color--foreground)"
 				}
 			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|poppins"
 		}
 	}
 }

+ 4 - 37
meraki/theme.json

@@ -51,42 +51,6 @@
 			}
 		},
 		"typography": {
-			"fontFamilies": [
-				{
-					"fontFamily": "\"Nunito\", sans-serif",
-					"slug": "body-font",
-					"name": "Body (Nunito)",
-					"google": "family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900",
-					"fontSlug": "nunito"
-				},
-				{
-					"fontFamily": "Jost, sans-serif",
-					"slug": "jost",
-					"name": "Headings (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": [
 				{
 					"name": "Tiny",
@@ -179,9 +143,12 @@
 		"elements": {
 			"typography": {
 				"lineHeight": "1.6",
-				"fontFamily": "var(--wp--preset--font-family--body-font)",
+				"fontFamily": "var:preset|font-family|nunito",
 				"fontSize": "var(--wp--preset--font-size--normal)"
 			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|nunito"
 		}
 	}
 }

+ 2 - 17
quadrat-black/theme.json

@@ -238,22 +238,6 @@
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,
-			"fontFamilies": [
-				{
-					"fontFamily": "\"DM Sans\", sans-serif",
-					"fontSlug": "dm-sans",
-					"slug": "body-font",
-					"name": "Body (DM Sans)",
-					"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
-				},
-				{
-					"fontFamily": "\"DM Sans\", sans-serif",
-					"fontSlug": "dm-sans",
-					"slug": "heading-font",
-					"name": "Headings (DM Sans)",
-					"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -423,7 +407,8 @@
 			}
 		},
 		"typography": {
-			"fontWeight": "400"
+			"fontWeight": "400",
+			"fontFamily": "var:preset|font-family|dm-sans"
 		}
 	}
 }

+ 2 - 10
quadrat-green/theme.json

@@ -238,15 +238,6 @@
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,
-			"fontFamilies": [
-				{
-					"fontFamily": "\"DM Sans\", sans-serif",
-					"fontSlug": "dm-sans",
-					"slug": "body-font",
-					"name": "Body (DM Sans)",
-					"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -416,7 +407,8 @@
 			}
 		},
 		"typography": {
-			"fontWeight": "400"
+			"fontWeight": "400",
+			"fontFamily": "var:preset|font-family|dm-sans"
 		}
 	}
 }

+ 2 - 17
quadrat-red/theme.json

@@ -238,22 +238,6 @@
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,
-			"fontFamilies": [
-				{
-					"fontFamily": "\"DM Sans\", sans-serif",
-					"fontSlug": "dm-sans",
-					"slug": "body-font",
-					"name": "Body (DM Sans)",
-					"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
-				},
-				{
-					"fontFamily": "\"DM Sans\", sans-serif",
-					"fontSlug": "dm-sans",
-					"slug": "heading-font",
-					"name": "Headings (DM Sans)",
-					"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -423,7 +407,8 @@
 			}
 		},
 		"typography": {
-			"fontWeight": "400"
+			"fontWeight": "400",
+			"fontFamily": "var:preset|font-family|dm-sans"
 		}
 	}
 }

+ 2 - 10
quadrat-white/theme.json

@@ -238,15 +238,6 @@
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,
-			"fontFamilies": [
-				{
-					"fontFamily": "\"DM Sans\", sans-serif",
-					"fontSlug": "dm-sans",
-					"slug": "body-font",
-					"name": "Body (DM Sans)",
-					"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -416,7 +407,8 @@
 			}
 		},
 		"typography": {
-			"fontWeight": "400"
+			"fontWeight": "400",
+			"fontFamily": "var:preset|font-family|dm-sans"
 		}
 	}
 }

+ 2 - 17
quadrat-yellow/theme.json

@@ -238,22 +238,6 @@
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,
-			"fontFamilies": [
-				{
-					"fontFamily": "\"DM Sans\", sans-serif",
-					"fontSlug": "dm-sans",
-					"slug": "body-font",
-					"name": "Body (DM Sans)",
-					"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
-				},
-				{
-					"fontFamily": "\"DM Sans\", sans-serif",
-					"fontSlug": "dm-sans",
-					"slug": "heading-font",
-					"name": "Headings (DM Sans)",
-					"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -423,7 +407,8 @@
 			}
 		},
 		"typography": {
-			"fontWeight": "400"
+			"fontWeight": "400",
+			"fontFamily": "var:preset|font-family|dm-sans"
 		}
 	}
 }

+ 2 - 10
quadrat/theme.json

@@ -239,15 +239,6 @@
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,
-			"fontFamilies": [
-				{
-					"fontFamily": "\"DM Sans\", sans-serif",
-					"fontSlug": "dm-sans",
-					"slug": "body-font",
-					"name": "Body (DM Sans)",
-					"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -417,7 +408,8 @@
 			}
 		},
 		"typography": {
-			"fontWeight": "400"
+			"fontWeight": "400",
+			"fontFamily": "var:preset|font-family|dm-sans"
 		}
 	}
 }

+ 3 - 11
variations/geologist/geologist-blue/theme.json

@@ -32,17 +32,6 @@
 					"fontWeight": "700"
 				}
 			}
-		},
-		"typography": {
-			"fontFamilies": [
-				{
-					"fontFamily": "'IBM Plex Mono', 'Courier New', 'Courier', monospace",
-					"fontSlug": "ibm-plex-mono",
-					"slug": "body-font",
-					"name": "Body (IBM Plex Mono)",
-					"google": "family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700"
-				}
-			]
 		}
 	},
 	"styles": {
@@ -97,6 +86,9 @@
 					"fontWeight": "normal"
 				}
 			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|ibm-plex-mono"
 		}
 	}
 }

+ 3 - 11
variations/geologist/geologist-cream/theme.json

@@ -32,17 +32,6 @@
 					"fontWeight": "700"
 				}
 			}
-		},
-		"typography": {
-			"fontFamilies": [
-				{
-					"fontFamily": "'Source Serif Pro', serif",
-					"fontSlug": "source-serif-pro",
-					"slug": "body-font",
-					"name": "Body (Source Serif Pro)",
-					"google": "family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900"
-				}
-			]
 		}
 	},
 	"styles": {
@@ -97,6 +86,9 @@
 					"fontWeight": "normal"
 				}
 			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|source-serif-pro"
 		}
 	}
 }

+ 3 - 18
variations/geologist/geologist-slate/theme.json

@@ -32,24 +32,6 @@
 					"fontWeight": "300"
 				}
 			}
-		},
-		"typography": {
-			"fontFamilies": [
-				{
-					"fontFamily": "'Rubik', sans-serif",
-					"fontSlug": "rubik",
-					"slug": "body-font",
-					"name": "Body (Rubik)",
-					"google": "family=Rubik:ital,wght@0,300..900;1,300..900"
-				},
-				{
-					"fontFamily": "'Rubik', sans-serif",
-					"fontSlug": "rubik",
-					"slug": "heading-font",
-					"name": "Headings (Rubik)",
-					"google": "family=Rubik:ital,wght@0,300..900;1,300..900"
-				}
-			]
 		}
 	},
 	"styles": {
@@ -66,6 +48,9 @@
 					"text": "var(--wp--custom--color--secondary)"
 				}
 			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|rubik"
 		}
 	}
 }

+ 4 - 9
variations/geologist/geologist-yellow/theme.json

@@ -32,16 +32,11 @@
 					"fontWeight": "700"
 				}
 			}
-		},
+		}
+	},
+	"styles": {
 		"typography": {
-			"fontFamilies": [
-				{
-					"fontFamily": "'Helvetica Neue','Helvetica', 'Arial', sans-serif",
-					"fontSlug": "helvetica-neue",
-					"slug": "body-font",
-					"name": "Body (Helvetica)"
-				}
-			]
+			"fontFamily": "var:preset|font-family|helvetica-neue"
 		}
 	}
 }

+ 3 - 8
videomaker-white/theme.json

@@ -112,14 +112,6 @@
 			"wideSize": "1300px"
 		},
 		"typography": {
-			"fontFamilies": [
-				{
-					"fontFamily": "\"Inter\", sans-serif",
-					"fontSlug": "inter",
-					"slug": "body-font",
-					"name": "Body (Inter)"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -245,6 +237,9 @@
 					}
 				}
 			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|inter"
 		}
 	}
 }

+ 3 - 14
videomaker/theme.json

@@ -112,20 +112,6 @@
 			"wideSize": "1300px"
 		},
 		"typography": {
-			"fontFamilies": [
-				{
-					"fontFamily": "\"Inter\", sans-serif",
-					"fontSlug": "inter",
-					"slug": "body-font",
-					"name": "Body (Inter)"
-				},
-				{
-					"fontFamily": "\"Inter\", sans-serif",
-					"fontSlug": "inter",
-					"slug": "heading-font",
-					"name": "Headings (Inter)"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -251,6 +237,9 @@
 					}
 				}
 			}
+		},
+		"typography": {
+			"fontFamily": "var:preset|font-family|inter"
 		}
 	}
 }

+ 2 - 10
zoologist/theme.json

@@ -172,15 +172,6 @@
 		"typography": {
 			"customFontSize": true,
 			"customLineHeight": true,
-			"fontFamilies": [
-				{
-					"fontFamily": "\"DM Sans\", sans-serif",
-					"fontSlug": "dm-sans",
-					"slug": "body-font",
-					"name": "Body (DM Sans)",
-					"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
-				}
-			],
 			"fontSizes": [
 				{
 					"name": "Small",
@@ -357,7 +348,8 @@
 			}
 		},
 		"typography": {
-			"fontWeight": "400"
+			"fontWeight": "400",
+			"fontFamily": "var:preset|font-family|dm-sans"
 		}
 	}
 }