From 44570eff9e43e7cff9bae0da46666f6a7426d5c7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 15:14:00 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5abc430..1daabf6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,8 +25,10 @@ export const metadata: Metadata = { -const figtree = Figtree({ - variable: "--font-figtree", subsets: ["latin"], + +const openSans = Open_Sans({ + variable: "--font-open-sans", + subsets: ["latin"], }); export default function RootLayout({ @@ -37,7 +39,7 @@ export default function RootLayout({ return ( - + {children}