themes-wordpress/attar/theme.json
Richard Ortiz 2dc712eb3e
Fixed Blockbase children style variations (#7859)
* Fixed blockbase children style variations problems. Added .idea folder to gitignore

* Fixed more themes that inherit from blockbase that were specified on another issue
2024-06-17 15:50:41 +02:00

50 lines
No EOL
1.4 KiB
JSON

{
"version": 2,
"settings": {
"color": {
"palette": [
{
"slug": "foreground",
"color": "#000000",
"name": "Foreground",
"default": "#000000"
},
{
"slug": "background",
"color": "#ffffff",
"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)"
},
"excludedParentStyleVariations": [
"Ruby Wine"
]
}
},
"styles": {
"blocks": {
"core/heading": {
"typography": {
"fontFamily": "var:preset|font-family|dm-sans"
}
},
"core/post-title": {
"typography": {
"fontFamily": "var:preset|font-family|dm-sans"
}
}
},
"typography": {
"fontFamily": "var:preset|font-family|inter"
}
}
}