4b07c828a2
* Blockbase: Remove style variations from child themes Co-authored-by: Jason Crist <jcrist@pbking.com>
48 lines
No EOL
1.3 KiB
JSON
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"
|
|
}
|
|
}
|
|
} |