{
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json",
"title": "Platypi & Literata",
"slug": "typography-preset-6",
"settings": {
"typography": {
"fontFamilies": [
{
"name": "Platypi",
"slug": "platypi",
"fontFamily": "Platypi",
"fontFace": [
{
"fontFamily": "Platypi",
"fontStyle": "normal",
"fontWeight": "300 800",
"src": [
"file:./assets/fonts/platypi/Platypi-VariableFont_wght.woff2"
]
},
{
"fontFamily": "Platypi",
"fontStyle": "italic",
"fontWeight": "300 800",
"src": [
"file:./assets/fonts/platypi/Platypi-Italic-VariableFont_wght.woff2"
]
}
]
},
{
"name": "Literata",
"slug": "literata",
"fontFamily": "Literata, serif",
"fontFace": [
{
"src": [
"file:./assets/fonts/literata/Literata72pt-ExtraLight.woff2"
],
"fontWeight": "200",
"fontStyle": "normal",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-ExtraLightItalic.woff2"
],
"fontWeight": "200",
"fontStyle": "italic",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-Light.woff2"
],
"fontWeight": "300",
"fontStyle": "normal",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-LightItalic.woff2"
],
"fontWeight": "300",
"fontStyle": "italic",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-Regular.woff2"
],
"fontWeight": "400",
"fontStyle": "normal",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-RegularItalic.woff2"
],
"fontWeight": "400",
"fontStyle": "italic",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-Medium.woff2"
],
"fontWeight": "500",
"fontStyle": "normal",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-MediumItalic.woff2"
],
"fontWeight": "500",
"fontStyle": "italic",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-SemiBold.woff2"
],
"fontWeight": "600",
"fontStyle": "normal",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-SemiBoldItalic.woff2"
],
"fontWeight": "600",
"fontStyle": "italic",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-Bold.woff2"
],
"fontWeight": "700",
"fontStyle": "normal",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-BoldItalic.woff2"
],
"fontWeight": "700",
"fontStyle": "italic",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-ExtraBold.woff2"
],
"fontWeight": "800",
"fontStyle": "normal",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-ExtraBoldItalic.woff2"
],
"fontWeight": "800",
"fontStyle": "italic",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-Black.woff2"
],
"fontWeight": "900",
"fontStyle": "normal",
"fontFamily": "Literata"
},
{
"src": [
"file:./assets/fonts/literata/Literata72pt-BlackItalic.woff2"
],
"fontWeight": "900",
"fontStyle": "italic",
"fontFamily": "Literata"
}
]
}
]
}
},
"styles": {
"typography": {
"fontFamily": "var:preset|font-family|literata",
"fontSize": "1.5rem",
"letterSpacing": "-0.24px",
"lineHeight": "1.3"
},
"blocks": {
"core/navigation": {
"typography": {
"fontSize": "1.25rem"
}
},
"core/post-terms": {
"typography": {
"fontWeight": "400"
}
},
"core/post-title": {
"typography": {
"fontWeight": "800",
"letterSpacing": "-0.96px"
}
},
"core/pullquote": {
"typography": {
"fontFamily": "var:preset|font-family|platypi",
"fontSize": "var:preset|font-size|x-large",
"letterSpacing": "-0.76px",
"fontWeight": "800"
},
"elements": {
"cite": {
"typography": {
"fontFamily": "var:preset|font-family|literata",
"fontWeight": "400",
"letterSpacing": "-0.14px"
}
}
}
},
"core/quote": {
"typography": {
"fontSize": "1.5rem",
"fontWeight": "600",
"letterSpacing": "-0.24px"
},
"elements": {
"cite": {
"typography": {
"letterSpacing": "-0.14px"
}
}
}
},
"core/site-title": {
"typography": {
"fontFamily": "var:preset|font-family|platypi",
"fontSize": "30px",
"fontWeight": "800",
"letterSpacing": "-0.6px"
}
}
},
"elements": {
"button": {
"typography": {
"fontFamily": "var:preset|font-family|platypi",
"fontSize": "1.5rem",
"fontWeight": "800"
}
},
"heading": {
"typography": {
"fontFamily": "var:preset|font-family|platypi",
"fontWeight": "800"
}
}
},
"variations": {
"post-terms-1": {
"typography": {
"fontSize": "16px"
}
}
}
}
}
|