|
@@ -17,24 +17,6 @@
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- "typography": {
|
|
|
|
- "fontFamilies": [
|
|
|
|
- {
|
|
|
|
- "fontFamily": "\"Overpass\", sans-serif",
|
|
|
|
- "slug": "body-font",
|
|
|
|
- "name": "Body (Overpass)",
|
|
|
|
- "google": "family=Overpass: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",
|
|
|
|
- "fontSlug": "overpass"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "fontFamily": "\"Bodoni Moda\", serif",
|
|
|
|
- "slug": "heading-font",
|
|
|
|
- "name": "Heading (Bodoni Moda)",
|
|
|
|
- "google": "family=Bodoni+Moda:ital,wght@0,400..900;1,400..900",
|
|
|
|
- "fontSlug": "bodoni-moda"
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
"custom": {
|
|
"custom": {
|
|
"color": {
|
|
"color": {
|
|
"foreground": "var(--wp--preset--color--foreground)",
|
|
"foreground": "var(--wp--preset--color--foreground)",
|
|
@@ -44,5 +26,22 @@
|
|
"tertiary": "var(--wp--preset--color--background)"
|
|
"tertiary": "var(--wp--preset--color--background)"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ "styles": {
|
|
|
|
+ "blocks": {
|
|
|
|
+ "core/heading": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var:preset|font-family|bodoni-moda"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "core/post-title": {
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var:preset|font-family|bodoni-moda"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "typography": {
|
|
|
|
+ "fontFamily": "var:preset|font-family|overpass"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|