Files
somos-infinitos-theme/theme.json
2025-04-02 14:54:14 +05:00

243 lines
6.8 KiB
JSON

{
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json",
"settings": {
"appearanceTools": true,
"color": {
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"palette": [
{
"color": "#040810",
"name": "Background",
"slug": "background"
},
{
"color": "#FAF7EF",
"name": "Foreground",
"slug": "foreground"
},
{
"color": "#8E9AEC",
"name": "Accent",
"slug": "accent"
}
]
},
"layout": {
"contentSize": "968px",
"wideSize": "1440px"
},
"typography": {
"fontFamilies": [
{
"fontFamily": "EB Garamond",
"slug": "eb-garamond",
"name": "EB Garamond",
"fontFace": [
{
"fontFamily": "EB Garamond",
"fontWeight": "400",
"fontStyle": "normal",
"src": ["file:./assets/fonts/eb-garamond/eb-garamond.woff2"]
},
{
"fontFamily": "EB Garamond",
"fontWeight": "400",
"fontStyle": "italic",
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-italic.woff2"]
},
{
"fontFamily": "EB Garamond",
"fontWeight": "500",
"fontStyle": "normal",
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-medium.woff2"]
},
{
"fontFamily": "EB Garamond",
"fontWeight": "500",
"fontStyle": "italic",
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-medium-italic.woff2"]
},
{
"fontFamily": "EB Garamond",
"fontWeight": "600",
"fontStyle": "normal",
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-semibold.woff2"]
},
{
"fontFamily": "EB Garamond",
"fontWeight": "600",
"fontStyle": "italic",
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-semibold-italic.woff2"]
},
{
"fontFamily": "EB Garamond",
"fontWeight": "700",
"fontStyle": "normal",
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-bold.woff2"]
},
{
"fontFamily": "EB Garamond",
"fontWeight": "700",
"fontStyle": "italic",
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-bold-italic.woff2"]
},
{
"fontFamily": "EB Garamond",
"fontWeight": "800",
"fontStyle": "normal",
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-extrabold.woff2"]
},
{
"fontFamily": "EB Garamond",
"fontWeight": "800",
"fontStyle": "italic",
"src": ["file:./assets/fonts/eb-garamond/eb-garamond-extrabold-italic.woff2"]
}
]
},
{
"fontFamily": "Jura",
"slug": "jura",
"name": "Jura",
"fontFace": [
{
"fontFamily": "Jura",
"fontWeight": "300",
"fontStyle": "normal",
"src": ["file:./assets/fonts/jura/jura-light.woff2"]
},
{
"fontFamily": "Jura",
"fontWeight": "400",
"fontStyle": "normal",
"src": ["file:./assets/fonts/jura/jura.woff2"]
},
{
"fontFamily": "Jura",
"fontWeight": "500",
"fontStyle": "normal",
"src": ["file:./assets/fonts/jura/jura-medium.woff2"]
},
{
"fontFamily": "Jura",
"fontWeight": "600",
"fontStyle": "normal",
"src": ["file:./assets/fonts/jura/jura-semibold.woff2"]
},
{
"fontFamily": "Jura",
"fontWeight": "700",
"fontStyle": "normal",
"src": ["file:./assets/fonts/jura/jura-bold.woff2"]
}
]
},
{
"fontFamily": "sora",
"slug": "sora",
"name": "sora",
"fontFace": [
{
"fontFamily": "sora",
"fontWeight": "100",
"fontStyle": "normal",
"src": ["file:./assets/fonts/sora/sora-thin.woff2"]
},
{
"fontFamily": "sora",
"fontWeight": "200",
"fontStyle": "normal",
"src": ["file:./assets/fonts/sora/sora-extralight.woff2"]
},
{
"fontFamily": "sora",
"fontWeight": "300",
"fontStyle": "normal",
"src": ["file:./assets/fonts/sora/sora-light.woff2"]
},
{
"fontFamily": "sora",
"fontWeight": "400",
"fontStyle": "normal",
"src": ["file:./assets/fonts/sora/sora.woff2"]
},
{
"fontFamily": "sora",
"fontWeight": "500",
"fontStyle": "normal",
"src": ["file:./assets/fonts/sora/sora-medium.woff2"]
},
{
"fontFamily": "sora",
"fontWeight": "600",
"fontStyle": "normal",
"src": ["file:./assets/fonts/sora/sora-semibold.woff2"]
},
{
"fontFamily": "sora",
"fontWeight": "700",
"fontStyle": "normal",
"src": ["file:./assets/fonts/sora/sora-bold.woff2"]
},
{
"fontFamily": "sora",
"fontWeight": "800",
"fontStyle": "normal",
"src": ["file:./assets/fonts/sora/sora-extrabold.woff2"]
}
]
}
],
"fontSizes": [
{
"fluid": false,
"name": "Small",
"size": "14px",
"slug": "tiny"
},
{
"fluid": false,
"name": "medium",
"size": "16px",
"slug": "small"
},
{
"fluid": false,
"name": "Standard",
"size": "18px",
"slug": "standard"
},
{
"name": "Extra Large",
"size": "38px",
"slug": "x-large"
}
]
}
},
"styles": {
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--foreground)"
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--sora)",
"fontSize": "var(--wp--preset--font-size--medium)"
}
},
"templateParts": [
{
"area": "header",
"name": "header",
"title": "Header"
},
{
"area": "footer",
"name": "footer",
"title": "Footer"
}
]
}