diff --git a/assets/fonts/karmilla-regular-webfont.woff b/assets/fonts/karmilla-regular-webfont.woff new file mode 100755 index 0000000..3b24b6b Binary files /dev/null and b/assets/fonts/karmilla-regular-webfont.woff differ diff --git a/assets/fonts/karmilla-regular-webfont.woff2 b/assets/fonts/karmilla-regular-webfont.woff2 new file mode 100755 index 0000000..225f189 Binary files /dev/null and b/assets/fonts/karmilla-regular-webfont.woff2 differ diff --git a/theme.json b/theme.json index 0357879..e587908 100644 --- a/theme.json +++ b/theme.json @@ -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)",