themes-wordpress/calvin/theme.json
alaczek 22035f766d
Calvin: Initial commit. (#5294)
* Calvin: Initial commit.

* Simplify headers

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

48 lines
No EOL
1.7 KiB
JSON

{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#E2E4E8",
"name": "Foreground",
"default": "#ffffff"
},
{
"slug": "background",
"color": "#001844",
"name": "Background",
"default": "#000000"
}
]
},
"typography": {
"fontFamilies": [
{
"fontFamily": "\"Roboto\", sans-serif",
"slug": "body-font",
"name": "Body (Roboto)",
"google": "family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900",
"fontSlug": "roboto"
},
{
"fontFamily": "\"Roboto\", sans-serif",
"slug": "heading-font",
"name": "Heading (Roboto)",
"google": "family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900",
"fontSlug": "roboto"
}
]
},
"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)"
}
}
}
}