themes-wordpress/attar/theme.json
alaczek 3c76470062
Attar: Initial commit. (#5560)
* Attar: Initial commit.

* Updated WP versions

* Moved header customizations from templates to parts

* Update attar/readme.txt

Co-authored-by: Jason Crist <jcrist@pbking.com>
Co-authored-by: Ben Dwyer <ben@scruffian.com>
2022-02-21 20:51:33 +00: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": "\"Inter\", sans-serif",
"slug": "body-font",
"name": "Body (Inter)",
"google": "family=Inter:wght@100..900",
"fontSlug": "inter"
},
{
"fontFamily": "\"DM Sans\", sans-serif",
"slug": "heading-font",
"name": "Heading (DM Sans)",
"google": "family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700\"",
"fontSlug": "dm-sans"
}
]
},
"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)"
}
}
}
}