themes-wordpress/russell/theme.json

141 lines
4.3 KiB
JSON
Raw Normal View History

{
"$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",
"slug": "dm-sans",
"name": "DM Sans",
"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700"
},
{
"fontFamily": "\"Libre Baskerville\", serif",
"slug": "libre-baskerville",
"name": "Libre Baskerville",
"google": "family=Libre+Baskerville:ital,wght@0,400;0,700;1,400"
}
],
"fontSizes": [
{
"name": "Small",
"size": "16px",
"slug": "small"
},
{
"name": "Normal",
"size": "18px",
"slug": "normal"
},
{
"name": "Medium",
"size": "24px",
"slug": "medium"
},
{
"name": "Large",
"size": "28px",
"slug": "large"
},
{
"name": "Huge",
"size": "32px",
"slug": "huge"
}
]
}
},
"styles": {
"blocks": {
"core\/button": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)"
}
},
"core\/post-title": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--libre-baskerville)",
"fontSize": "var(--wp--preset--font-size--huge)"
}
},
"core\/pullquote": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--libre-baskerville)"
}
}
},
"elements": {
"h1": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--libre-baskerville)"
}
},
"h2": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--libre-baskerville)"
}
},
"h3": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--libre-baskerville)"
}
},
"h4": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--libre-baskerville)"
}
},
"h5": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--libre-baskerville)"
}
},
"h6": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--libre-baskerville)"
}
}
},
"typography": {
"fontFamily": "var(--wp--preset--font-family--dm-sans)"
}
}
}