From b42a6974f62cb3aeb3e340d2daef2d621323a158 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 21 May 2026 18:17:00 -0500 Subject: [PATCH] feat: change font --- astro.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 00f8d22..2cbf732 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -57,7 +57,7 @@ export default defineConfig({ fonts: [{ provider: fontProviders.fontsource(), - name: "Geologica", + name: "Fredoka", cssVariable: "--font-base", }],