autonomic-block-theme/theme.json
Aadil Ayub 34d3baed02
All checks were successful
continuous-integration/drone/push Build is passing
define font size presets
2024-09-11 15:37:14 +05:00

288 lines
5.4 KiB
JSON

{
"customTemplates": [
{
"name": "about",
"postTypes": [
"page"
],
"title": "About page"
},
{
"name": "wide",
"postTypes": [
"page"
],
"title": "Wide"
},
{
"name": "full-bleed",
"postTypes": [
"page",
"post"
],
"title": "Full bleed"
}
],
"settings": {
"appearanceTools": true,
"color": {
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"palette": [
{
"color": "#F5FBF8",
"name": "Background",
"slug": "background"
},
{
"color": "#dc3e9d",
"name": "Primary",
"slug": "primary"
},
{
"color": "#0FB45D",
"name": "Secondary",
"slug": "secondary"
},
{
"color": "#e89cca",
"name": "Primary light",
"slug": "primary-light"
},
{
"color": "#FFF",
"name": "Contrast text",
"slug": "contrast-text"
},
{
"color": "#FF7613",
"name": "Orange",
"slug": "orange"
}
]
},
"layout": {
"contentSize": "1226px",
"wideSize": "1226px"
},
"spacing": {
"units": [
"px",
"em",
"rem",
"vh",
"vw",
"%"
]
},
"typography": {
"defaultFontSizes": false,
"dropCap": true,
"fontFamilies": [
{
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
"name": "System (Roboto, Segoe UI, Ubuntu)",
"slug": "system"
},
{
"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"
]
}
],
"fontFamily": "Inter, sans-serif",
"name": "Inter",
"slug": "inter"
},
{
"fontFace": [
{
"fontFamily": "Karmilla",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/karmilla-regular-webfont.woff2",
"file:./assets/fonts/karmilla-regular-webfont.woff"
]
},
{
"fontFamily": "Karmilla",
"fontStyle": "bold",
"fontWeight": "700",
"src": [
"file:./assets/fonts/karmilla-bold-webfont.woff2",
"file:./assets/fonts/karmilla-bold-webfont.woff"
]
}
],
"fontFamily": "Karmilla",
"name": "Karmilla",
"slug": "karmilla"
},
{
"fontFace": [
{
"fontFamily": "Darker Grotesque",
"fontWeight": "700",
"src": [
"file:./assets/fonts/DarkerGrotesque-Semibold.woff"
]
}
],
"fontFamily": "'Darker Grotesque', sans-serif",
"name": "Darker Grotesque",
"slug": "darkergrotesque"
},
{
"fontFace": [
{
"fontFamily": "FT88",
"fontWeight": "400",
"src": [
"file:./assets/fonts/FT88-School.otf",
"file:./assets/fonts/FT88-School.ttf"
]
}
],
"fontFamily": "FT88, serif",
"name": "FT88",
"slug": "ft88"
}
],
"fontSizes": [
{
"name": "Huge",
"size": "44px",
"slug": "xl"
},
{
"name": "Big",
"size": "24px",
"slug": "small"
},
{
"name": "Medium",
"size": "21px",
"slug": "medium"
},
{
"name": "Small",
"size": "15px",
"slug": "small"
}
]
}
},
"styles": {
"blocks": {
"core/button": {
"border": {
"radius": "0px"
}
},
"core/navigation": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--darkergrotesque)",
"fontSize": "24px",
"fontStyle": "normal",
"fontWeight": "600",
"textTransform": "uppercase"
}
}
},
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--primary)"
},
"elements": {
"h1": {
"typography": {
"fontSize": "36px",
"fontWeight": "700",
"lineHeight": "0.9"
}
},
"h2": {
"color": {
"text": "var(--wp--preset--color--secondary)"
},
"typography": {
"fontSize": "16px",
"textTransform": "uppercase"
}
},
"link": {
"color": {
"text": "var(--wp--preset--color--secondary)"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--karmilla)",
"fontSize": "24px"
}
},
"templateParts": [
{
"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"
}