themes-wordpress/russell/theme.json

91 lines
2.7 KiB
JSON

{
"$schema": "https://json.schemastore.org/theme-v1.json",
"version": 1,
"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"
}
},
"typography": {
"customFontSize": true,
"customLineHeight": true,
"fontFamilies": [
{
"fontFamily": "\"DM Sans\", sans-serif",
"fontSlug": "dm-sans",
"slug": "body-font",
"name": "Body (DM Sans)",
"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
},
{
"fontFamily": "\"Libre Baskerville\", serif",
"fontSlug": "libre-baskerville",
"slug": "heading-font",
"name": "Headings (Libre Baskerville)",
"google": "family=Libre+Baskerville:ital,wght@0,400;0,700;1,400"
}
],
"fontSizes": [
{
"name": "Small",
"size": "1rem",
"slug": "small"
},
{
"name": "Medium",
"size": "1.5rem",
"slug": "medium"
},
{
"name": "Large",
"size": "1.75rem",
"slug": "large"
},
{
"name": "Extra Large",
"size": "2rem",
"slug": "x-large"
}
]
}
},
"styles": {
"blocks": {
"core/post-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--x-large)"
}
}
}
}
}