2021-10-15 07:50:58 +00:00
|
|
|
{
|
2021-11-08 19:08:32 +00:00
|
|
|
"$schema": "https://json.schemastore.org/theme-v1.json",
|
|
|
|
"version": 1,
|
2021-11-04 21:16:17 +00:00
|
|
|
"settings": {
|
|
|
|
"color": {
|
|
|
|
"palette": [
|
|
|
|
{
|
|
|
|
"slug": "primary",
|
|
|
|
"color": "#384143",
|
|
|
|
"name": "Primary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "secondary",
|
|
|
|
"color": "#967e7e",
|
|
|
|
"name": "Secondary"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "foreground",
|
|
|
|
"color": "#384143",
|
|
|
|
"name": "Foreground"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "background",
|
|
|
|
"color": "#ffffff",
|
|
|
|
"name": "Background"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"slug": "tertiary",
|
|
|
|
"color": "#fbf7f7",
|
|
|
|
"name": "Tertiary"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"custom": {
|
|
|
|
"separator": {
|
|
|
|
"margin": "var(--wp--custom--gap--vertical) auto"
|
2024-06-17 13:50:41 +00:00
|
|
|
},
|
|
|
|
"excludedParentStyleVariations": [
|
|
|
|
"Ruby Wine",
|
|
|
|
"Charcoal"
|
|
|
|
]
|
2021-11-04 21:16:17 +00:00
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"customFontSize": true,
|
|
|
|
"customLineHeight": true,
|
|
|
|
"fontSizes": [
|
|
|
|
{
|
|
|
|
"name": "Small",
|
2022-04-05 19:52:02 +00:00
|
|
|
"size": "1rem",
|
2021-11-04 21:16:17 +00:00
|
|
|
"slug": "small"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Medium",
|
2022-04-05 19:52:02 +00:00
|
|
|
"size": "1.5rem",
|
2021-11-04 21:16:17 +00:00
|
|
|
"slug": "medium"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Large",
|
2022-04-05 19:52:02 +00:00
|
|
|
"size": "1.75rem",
|
2021-11-04 21:16:17 +00:00
|
|
|
"slug": "large"
|
|
|
|
},
|
|
|
|
{
|
2022-01-14 14:28:25 +00:00
|
|
|
"name": "Extra Large",
|
2022-04-05 19:52:02 +00:00
|
|
|
"size": "2rem",
|
2022-01-14 14:28:25 +00:00
|
|
|
"slug": "x-large"
|
2021-11-04 21:16:17 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"styles": {
|
|
|
|
"blocks": {
|
2022-07-20 18:54:48 +00:00
|
|
|
"core/heading": {
|
|
|
|
"typography": {
|
|
|
|
"fontFamily": "var:preset|font-family|libre-baskerville"
|
|
|
|
}
|
|
|
|
},
|
2021-11-24 11:38:08 +00:00
|
|
|
"core/post-title": {
|
2021-11-04 21:16:17 +00:00
|
|
|
"typography": {
|
2022-07-20 18:54:48 +00:00
|
|
|
"fontFamily": "var:preset|font-family|libre-baskerville",
|
2022-01-14 14:28:25 +00:00
|
|
|
"fontSize": "var(--wp--preset--font-size--x-large)"
|
2021-11-04 21:16:17 +00:00
|
|
|
}
|
|
|
|
}
|
2022-07-20 18:54:48 +00:00
|
|
|
},
|
|
|
|
"typography": {
|
|
|
|
"fontFamily": "var:preset|font-family|dm-sans"
|
2021-11-04 21:16:17 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|