Merge recent changes #1

Merged
aadil merged 23 commits from dev into main 2023-01-24 07:44:26 +00:00
1 changed files with 19 additions and 1 deletions
Showing only changes of commit 8fff4a1564 - Show all commits

View File

@ -93,7 +93,8 @@
},
"styles": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--karmilla)"
"fontFamily": "var(--wp--preset--font-family--karmilla)",
"fontSize": "21px"
},
"color": {
"background": "var(--wp--preset--color--background)",
@ -113,6 +114,23 @@
"fontWeight": "600",
"textTransform": "uppercase"
}
},
"core/heading": {
"elements": {
"h1": {
"typography": {
"fontSize": "44px",
"fontWeight": "400",
"lineHeight": "0.9"
}
},
"h2": {
"typography": {
"fontSize": "14px",
"textTransform": "uppercase"
}
}
}
}
}
},