themes-wordpress/farrow/theme.json
alaczek a83078fb35
Farrow: Initial commit. (#5293)
* Farrow: Initial commit.

* Delete index.html
2022-01-21 11:14:34 +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": "#ffffff",
"name": "Background",
"default": "#ffffff"
}
]
},
"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": "\"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)"
}
}
}
}