
* Marl: Initial commit. * Moved header customization from templates to header template part. * Raised WP version from 5.8 to 5.9 * Raised WP version from 5.8 to 5.9 * Corrected template parts folder to 'parts' * Update marl/readme.txt Co-authored-by: Jason Crist <jcrist@pbking.com> Co-authored-by: Ben Dwyer <ben@scruffian.com>
54 lines
No EOL
1.8 KiB
JSON
54 lines
No EOL
1.8 KiB
JSON
{
|
|
"version": 2,
|
|
"settings": {
|
|
"color": {
|
|
"palette": [
|
|
{
|
|
"slug": "foreground",
|
|
"color": "#14453d",
|
|
"name": "Foreground",
|
|
"default": "#333333"
|
|
},
|
|
{
|
|
"slug": "background",
|
|
"color": "#fcf9f4",
|
|
"name": "Background",
|
|
"default": "#ffffff"
|
|
},
|
|
{
|
|
"slug": "tertiary",
|
|
"color": "#ECECE7",
|
|
"name": "Tertiary",
|
|
"default": "#ECECE7"
|
|
}
|
|
]
|
|
},
|
|
"typography": {
|
|
"fontFamilies": [
|
|
{
|
|
"fontFamily": "\"Fira Sans\", sans-serif",
|
|
"slug": "body-font",
|
|
"name": "Body (Fira Sans)",
|
|
"google": "family=Fira+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700",
|
|
"fontSlug": "fira-sans"
|
|
},
|
|
{
|
|
"fontFamily": "\"EB Garamond\", serif",
|
|
"slug": "heading-font",
|
|
"name": "Heading (EB Garamond)",
|
|
"google": "family=EB+Garamond:ital,wght@0,400..800;1,400..800",
|
|
"fontSlug": "eb-garamond"
|
|
}
|
|
]
|
|
},
|
|
"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--tertiary)"
|
|
}
|
|
}
|
|
}
|
|
} |