define default body text style

This commit is contained in:
Aadil Ayub 2024-05-08 16:27:41 +05:00
parent bec4286a37
commit fb2631cd03
1 changed files with 4 additions and 1 deletions

View File

@ -219,7 +219,10 @@
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"fontFamily": "Inclusive Sans"
"fontFamily": "Inclusive Sans",
"fontSize": "var(--wp--preset--font-size--medium)",
"fontWeight": "400",
"lineHeight": "1.6"
},
"blocks": {
"core/post-title": {