autonomic-block-theme/theme.json

288 lines
5.4 KiB
JSON
Raw Normal View History

{
2023-01-26 07:56:08 +00:00
"customTemplates": [
{
"name": "about",
"postTypes": [
"page"
2024-09-10 13:53:59 +00:00
],
"title": "About page"
},
{
2024-09-11 06:33:41 +00:00
"name": "wide",
"postTypes": [
"page"
2024-09-10 13:53:59 +00:00
],
2024-09-11 06:33:41 +00:00
"title": "Wide"
2024-09-10 13:53:59 +00:00
},
{
"name": "full-bleed",
"postTypes": [
"page",
"post"
],
"title": "Full bleed"
2023-01-26 07:56:08 +00:00
}
],
"settings": {
"appearanceTools": true,
"color": {
"defaultDuotone": false,
2024-09-10 13:53:59 +00:00
"defaultGradients": false,
"defaultPalette": false,
"palette": [
{
2023-01-17 05:42:23 +00:00
"color": "#F5FBF8",
2024-09-10 13:53:59 +00:00
"name": "Background",
"slug": "background"
},
{
"color": "#dc3e9d",
2024-09-10 13:53:59 +00:00
"name": "Primary",
"slug": "primary"
},
{
2023-01-24 07:13:48 +00:00
"color": "#0FB45D",
2024-09-10 13:53:59 +00:00
"name": "Secondary",
"slug": "secondary"
2023-01-17 05:42:23 +00:00
},
2023-01-26 07:56:08 +00:00
{
"color": "#e89cca",
2024-09-10 13:53:59 +00:00
"name": "Primary light",
"slug": "primary-light"
2023-01-26 07:56:08 +00:00
},
{
"color": "#FFF",
2024-09-10 13:53:59 +00:00
"name": "Contrast text",
"slug": "contrast-text"
},
{
"color": "#FF7613",
2024-09-10 13:53:59 +00:00
"name": "Orange",
"slug": "orange"
}
]
},
"layout": {
"contentSize": "1226px",
"wideSize": "1226px"
},
"spacing": {
2024-09-10 13:53:59 +00:00
"units": [
"px",
"em",
"rem",
"vh",
"vw",
"%"
]
},
"typography": {
2024-09-10 13:53:59 +00:00
"defaultFontSizes": false,
"dropCap": true,
"fontFamilies": [
{
2024-09-10 13:53:59 +00:00
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
"name": "System (Roboto, Segoe UI, Ubuntu)",
2024-09-10 13:53:59 +00:00
"slug": "system"
2023-01-16 11:43:01 +00:00
},
2024-05-06 10:01:28 +00:00
{
"fontFace": [
{
"fontFamily": "Inter",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/InterVariable.woff2"
]
},
{
"fontFamily": "Inter",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/InterVariable-Italic.woff2"
]
},
{
"fontFamily": "Inter",
"fontStyle": "normal",
"fontWeight": "500",
"src": [
"file:./assets/fonts/InterVariable.woff2"
]
},
{
"fontFamily": "Inter",
"fontStyle": "italic",
"fontWeight": "500",
"src": [
"file:./assets/fonts/InterVariable-Italic.woff2"
]
},
{
"fontFamily": "Inter",
"fontStyle": "normal",
"fontWeight": "700",
"src": [
"file:./assets/fonts/InterVariable.woff2"
]
},
{
"fontFamily": "Inter",
"fontStyle": "italic",
"fontWeight": "700",
"src": [
"file:./assets/fonts/InterVariable-Italic.woff2"
]
}
2024-09-10 13:53:59 +00:00
],
"fontFamily": "Inter, sans-serif",
"name": "Inter",
"slug": "inter"
2024-05-06 10:01:28 +00:00
},
2023-01-16 11:43:01 +00:00
{
"fontFace": [
{
"fontFamily": "Karmilla",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/karmilla-regular-webfont.woff2",
"file:./assets/fonts/karmilla-regular-webfont.woff"
]
2023-01-16 18:05:49 +00:00
},
{
"fontFamily": "Karmilla",
"fontStyle": "bold",
"fontWeight": "700",
"src": [
"file:./assets/fonts/karmilla-bold-webfont.woff2",
"file:./assets/fonts/karmilla-bold-webfont.woff"
]
2023-01-16 11:43:01 +00:00
}
],
"fontFamily": "Karmilla",
2024-09-10 13:53:59 +00:00
"name": "Karmilla",
"slug": "karmilla"
2023-01-17 09:21:21 +00:00
},
{
"fontFace": [
{
"fontFamily": "Darker Grotesque",
"fontWeight": "700",
"src": [
"file:./assets/fonts/DarkerGrotesque-Semibold.woff"
]
}
],
2023-01-26 20:02:17 +00:00
"fontFamily": "'Darker Grotesque', sans-serif",
2024-09-10 13:53:59 +00:00
"name": "Darker Grotesque",
2023-01-17 09:21:21 +00:00
"slug": "darkergrotesque"
},
{
"fontFace": [
{
"fontFamily": "FT88",
"fontWeight": "400",
"src": [
"file:./assets/fonts/FT88-School.otf",
"file:./assets/fonts/FT88-School.ttf"
]
}
],
"fontFamily": "FT88, serif",
2024-09-10 13:53:59 +00:00
"name": "FT88",
"slug": "ft88"
}
2023-02-03 13:16:09 +00:00
],
"fontSizes": [
2024-09-11 10:37:14 +00:00
{
2024-09-11 11:39:33 +00:00
"name": "Small",
"size": "15px",
2024-09-11 10:37:14 +00:00
"slug": "small"
},
{
"name": "Medium",
"size": "21px",
"slug": "medium"
},
2023-02-03 13:16:09 +00:00
{
2024-09-11 11:39:33 +00:00
"name": "Big",
"size": "24px",
"slug": "big"
},
{
"name": "Huge",
"size": "44px",
"slug": "xl"
2023-02-03 13:16:09 +00:00
}
]
}
},
"styles": {
2023-01-17 05:42:23 +00:00
"blocks": {
2024-09-10 13:53:59 +00:00
"core/button": {
"border": {
"radius": "0px"
}
},
2023-01-17 09:21:21 +00:00
"core/navigation": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--darkergrotesque)",
2023-02-03 13:16:09 +00:00
"fontSize": "24px",
2023-01-17 09:21:21 +00:00
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "uppercase"
}
}
2024-09-10 13:53:59 +00:00
},
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--primary)"
},
"elements": {
2024-09-10 13:53:59 +00:00
"h1": {
"typography": {
"fontSize": "36px",
"fontWeight": "700",
"lineHeight": "0.9"
}
},
"h2": {
"color": {
"text": "var(--wp--preset--color--secondary)"
2024-09-10 13:53:59 +00:00
},
"typography": {
"fontSize": "16px",
"textTransform": "uppercase"
}
2024-09-10 13:53:59 +00:00
},
2023-08-25 14:40:05 +00:00
"link": {
"color": {
"text": "var(--wp--preset--color--secondary)"
}
}
2024-09-10 13:53:59 +00:00
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--karmilla)",
"fontSize": "24px"
}
2023-01-16 12:26:36 +00:00
},
"templateParts": [
2024-09-10 13:53:59 +00:00
{
"name": "nav-menu",
"title": "Navigation"
},
{
"area": "footer",
"name": "footer",
"title": "Footer"
},
{
"name": "useful-links",
"title": "Useful links"
}
],
"version": 3,
"$schema": "https://schemas.wp.org/wp/6.6/theme.json"
}