themes-wordpress/bennett/theme.json
alaczek 4911304eff
Bennett: Initial commit. (#5283)
* Bennett: Initial commit.

* Bennett: Update text domain in style.css.

* Bennett: Add Header Footer Only template with custom header template part specified.

* Bennett: Renaming folders: block-template-parts to parts and block-templates to templates.

* Bennett: Remove custom implementation of minimal header.

* Bennett: Update all templates to use the minimal heaer.

* Simplify the header

Co-authored-by: Ben Dwyer <ben@scruffian.com>
2022-01-14 11:59:22 +11:00

48 lines
No EOL
1.6 KiB
JSON

{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#000000",
"name": "Foreground",
"default": "#000000"
},
{
"slug": "background",
"color": "#fff973",
"name": "Background",
"default": "#ffffff"
}
]
},
"typography": {
"fontFamilies": [
{
"fontFamily": "\"Rubik\", sans-serif",
"slug": "body-font",
"name": "Body (Rubik)",
"google": "family=Rubik:ital,wght@0,300..900;1,300..900",
"fontSlug": "rubik"
},
{
"fontFamily": "\"Rubik\", sans-serif",
"slug": "heading-font",
"name": "Heading (Rubik)",
"google": "family=Rubik:ital,wght@0,300..900;1,300..900",
"fontSlug": "rubik"
}
]
},
"custom": {
"color": {
"foreground": "var(--wp--preset--color--foreground)",
"background": "var(--wp--preset--color--background)",
"primary": "var(--wp--preset--color--foreground)",
"secondary": "var(--wp--preset--color--foreground)",
"tertiary": "var(--wp--preset--color--background)"
}
}
}
}