
* Arbututs: Remove duplicated theme.json properties * fix stray comma * Arbutus: Update theme typography. Co-authored-by: alaczek <ola@bodera.com>
112 lines
2.1 KiB
JSON
112 lines
2.1 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/theme-v1.json",
|
|
"version": 1,
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"slug": "primary",
|
|
"color": "#343e47",
|
|
"name": "Primary",
|
|
"default": "#007cba"
|
|
},
|
|
{
|
|
"slug": "secondary",
|
|
"color": "#33b26e",
|
|
"name": "Secondary",
|
|
"default": "#006ba1"
|
|
},
|
|
{
|
|
"slug": "foreground",
|
|
"color": "#6e797f",
|
|
"name": "Foreground",
|
|
"default": "#333333"
|
|
},
|
|
{
|
|
"slug": "background",
|
|
"color": "#ffffff",
|
|
"name": "Background",
|
|
"default": "#ffffff"
|
|
},
|
|
{
|
|
"slug": "tertiary",
|
|
"color": "#FAFAFA",
|
|
"name": "Tertiary",
|
|
"default": "#FAFAFA"
|
|
}
|
|
]
|
|
},
|
|
"custom": {
|
|
"heading": {
|
|
"typography": {
|
|
"fontWeight": 600
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamilies": [
|
|
{
|
|
"fontFamily": "\"Roboto\", sans-serif",
|
|
"slug": "roboto",
|
|
"name": "roboto",
|
|
"google": "family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"styles": {
|
|
"blocks": {
|
|
"core/button": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--roboto)"
|
|
}
|
|
},
|
|
"core/post-title": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--roboto)",
|
|
"fontSize": "48px"
|
|
}
|
|
},
|
|
"core/pullquote": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--roboto)"
|
|
}
|
|
}
|
|
},
|
|
"elements": {
|
|
"h1": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--roboto)"
|
|
}
|
|
},
|
|
"h2": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--roboto)"
|
|
}
|
|
},
|
|
"h3": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--roboto)"
|
|
}
|
|
},
|
|
"h4": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--roboto)"
|
|
}
|
|
},
|
|
"h5": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--roboto)"
|
|
}
|
|
},
|
|
"h6": {
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--roboto)"
|
|
}
|
|
}
|
|
},
|
|
"typography": {
|
|
"fontFamily": "var(--wp--preset--font-family--roboto)"
|
|
}
|
|
}
|
|
}
|