add and apply karmilla font

This commit is contained in:
desmukh 2023-01-16 16:43:01 +05:00
parent 70b3e80af4
commit 549f202411
3 changed files with 16 additions and 1 deletions

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)",