themes-wordpress/kingsley/theme.json
Miguel Torres 4b07c828a2
Blockbase: Optionally remove inherited style variations from child themes (#6996)
* Blockbase: Remove style variations from child themes
Co-authored-by: Jason Crist <jcrist@pbking.com>
2023-04-13 12:04:42 -04:00

48 lines
No EOL
1.3 KiB
JSON

{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#f8f4f1",
"name": "Foreground",
"default": "#333333"
},
{
"slug": "background",
"color": "#070608",
"name": "Background",
"default": "#ffffff"
}
]
},
"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)"
},
"optOutOfParentStyleVariations": true
}
},
"styles": {
"blocks": {
"core/heading": {
"typography": {
"fontFamily": "var:preset|font-family|bodoni-moda"
}
},
"core/post-title": {
"typography": {
"fontFamily": "var:preset|font-family|bodoni-moda"
}
}
},
"typography": {
"fontFamily": "var:preset|font-family|overpass"
}
}
}