87 lines
1.7 KiB
JSON
87 lines
1.7 KiB
JSON
{
|
|
"version": 2,
|
|
"$schema": "https://schemas.wp.org/wp/6.0/theme.json",
|
|
"settings": {
|
|
"appearanceTools": true,
|
|
"color": {
|
|
"defaultPalette": false,
|
|
"defaultGradients": false,
|
|
"defaultDuotone": false,
|
|
"palette": [
|
|
{
|
|
"slug": "background",
|
|
"color": "#ffffff",
|
|
"name": "Background"
|
|
},
|
|
{
|
|
"slug": "foreground",
|
|
"color": "#dc3e9d",
|
|
"name": "Foreground"
|
|
},
|
|
{
|
|
"slug": "primary",
|
|
"color": "#dc3e9d",
|
|
"name": "Primary"
|
|
},
|
|
{
|
|
"slug": "secondary",
|
|
"color": "#27c773",
|
|
"name": "Secondary"
|
|
}
|
|
]
|
|
},
|
|
"layout": {
|
|
"contentSize": "700px",
|
|
"wideSize": "1100px"
|
|
},
|
|
"spacing": {
|
|
"units": [ "px", "em", "rem", "vh", "vw", "%" ]
|
|
},
|
|
"typography": {
|
|
"dropCap": true,
|
|
"fontFamilies": [
|
|
{
|
|
"name": "System (Roboto, Segoe UI, Ubuntu)",
|
|
"slug": "system",
|
|
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif"
|
|
},
|
|
{
|
|
"fontFace": [
|
|
{
|
|
"fontFamily": "Karmilla",
|
|
"fontStyle": "normal",
|
|
"fontWeight": "400",
|
|
"src": [
|
|
"file:./assets/fonts/karmilla-regular-webfont.woff2",
|
|
"file:./assets/fonts/karmilla-regular-webfont.woff"
|
|
]
|
|
}
|
|
],
|
|
"fontFamily": "Karmilla",
|
|
"slug": "karmilla"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--karmilla)"
|
|
},
|
|
"color": {
|
|
"background": "var(--wp--preset--color--background)",
|
|
"text": "var(--wp--preset--color--foreground)"
|
|
}
|
|
},
|
|
"templateParts": [
|
|
{
|
|
"name": "nav-menu",
|
|
"title": "Navigation"
|
|
},
|
|
{
|
|
"name": "footer",
|
|
"title": "Footer",
|
|
"area": "footer"
|
|
}
|
|
]
|
|
}
|