set default typography settings

This commit is contained in:
Aadil Ayub 2024-05-08 15:48:40 +05:00
parent 1fdbbd5dcd
commit e57475e333
1 changed files with 7 additions and 7 deletions

View File

@ -178,29 +178,29 @@
"styles": {
"color": {
"background": "var(--wp--preset--color--background)",
"text": "var(--wp--preset--color--contrast)",
"text": "var(--wp--preset--color--contrast)"
},
"typography": {
"fontFamily": "Inter"
"fontFamily": "Inclusive Sans"
},
"blocks": {
"core/post-title": {
"typography": {
"fontSize": "30px",
"fontWeight": "700"
"fontSize": "40px",
"fontWeight": "400"
}
}
},
"elements": {
"h1": {
"typography": {
"fontSize": "30px",
"fontWeight": "700"
"fontSize": "40px",
"fontWeight": "400"
}
},
"h2": {
"typography": {
"fontSize": "22.5px",
"fontSize": "24px",
"fontWeight": "400"
}
},