Merge recent changes #1

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

Binary file not shown.

Binary file not shown.

View File

@ -44,13 +44,28 @@
"name": "System (Roboto, Segoe UI, Ubuntu)",
"slug": "system",
"fontFamily": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif"
},
{
"fontFace": [
{
"fontFamily": "Karmilla",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/karmilla-regular-webfont.woff2",
"file:./assets/fonts/karmilla-regular-webfont.woff"
]
}
],
"fontFamily": "Karmilla",
"slug": "karmilla"
}
]
}
},
"styles": {
"typography": {
"fontFamily": "var(--wp--preset--font-family--system)"
"fontFamily": "var(--wp--preset--font-family--karmilla)"
},
"color": {
"background": "var(--wp--preset--color--background)",