From cba8eb65cf204125102b2533c919dc17d97f7c55 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 09:24:08 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f2d6ab5..c04f2dd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -20,6 +20,11 @@ export const metadata: Metadata = { }, }; + +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const openSans = Open_Sans({ variable: "--font-open-sans", subsets: ["latin"], @@ -33,7 +38,7 @@ export default function RootLayout({ return ( - + {children}