From 31848f84d83b62b8009855ffdda45c89d170f2f8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 10:55:48 +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 f2f3cd5..b142a30 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -49,6 +49,11 @@ export const metadata: Metadata = { + +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const openSans = Open_Sans({ variable: "--font-open-sans", subsets: ["latin"], @@ -62,7 +67,7 @@ export default function RootLayout({ return ( - + {children}