define heading colors

This commit is contained in:
Aadil Ayub 2024-05-08 16:16:02 +05:00
parent 7ee58f32f6
commit bec4286a37
1 changed files with 8 additions and 0 deletions

View File

@ -226,6 +226,14 @@
"typography": {
"fontSize": "40px",
"fontWeight": "400"
},
"color": {
"text": "var(--wp--preset--color--main-purple)"
}
},
"core/heading": {
"color": {
"text": "var(--wp--preset--color--main-purple)"
}
}
},