diff --git a/layouts/page.templ b/layouts/page.templ
index 0a802f5..516a420 100644
--- a/layouts/page.templ
+++ b/layouts/page.templ
@@ -4,6 +4,16 @@ templ Page(title string) {
+
{ title }
diff --git a/static/cal-sans.woff2 b/static/cal-sans.woff2
new file mode 100644
index 0000000..36d71b7
Binary files /dev/null and b/static/cal-sans.woff2 differ
diff --git a/static/inter.woff2 b/static/inter.woff2
new file mode 100644
index 0000000..22a12b0
Binary files /dev/null and b/static/inter.woff2 differ
diff --git a/uno.config.js b/uno.config.js
index e3b5ce1..36f099b 100644
--- a/uno.config.js
+++ b/uno.config.js
@@ -23,7 +23,19 @@ export default defineConfig({
presetIcons(),
presetTypography(),
presetUno(),
- presetWebFonts(),
+ presetWebFonts({
+ provider: 'bunny',
+ fonts: {
+ sans: {
+ name: 'Inter',
+ provider: 'none'
+ },
+ cal: {
+ name: 'Cal Sans',
+ provider: 'none',
+ },
+ },
+ }),
],
transformers: [
transformerDirectives(),