|
@@ -101,7 +101,7 @@
|
|
|
"typography": {
|
|
|
"fontFamilies": [
|
|
|
{
|
|
|
- "fontFamily": "\"Inter\", sans-serif",
|
|
|
+ "fontFamily": "\"Inter\", serif",
|
|
|
"slug": "inter",
|
|
|
"name": "Inter",
|
|
|
"google": "family=Inter:wght@100..900"
|
|
@@ -148,6 +148,11 @@
|
|
|
},
|
|
|
"styles": {
|
|
|
"blocks": {
|
|
|
+ "core/button": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--inter)"
|
|
|
+ }
|
|
|
+ },
|
|
|
"core/post-date": {
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
@@ -160,9 +165,45 @@
|
|
|
},
|
|
|
"core/post-title": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--xxl)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--xxl)",
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--inter)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "elements": {
|
|
|
+ "h1": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--inter)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h2": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--inter)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h3": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--inter)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h4": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--inter)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h5": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--inter)"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "h6": {
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--inter)"
|
|
|
}
|
|
|
}
|
|
|
+ },
|
|
|
+ "typography": {
|
|
|
+ "fontFamily": "var(--wp--preset--font-family--inter)"
|
|
|
}
|
|
|
}
|
|
|
}
|