From 3be6cfee81adaab88339d1af59459fcd823b369e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:23:51 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1f1ce12..b4fa3f1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -30,12 +30,13 @@ export const metadata: Metadata = { -const manrope = Manrope({ - variable: "--font-manrope", + +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); -const dmSans = DM_Sans({ - variable: "--font-dm-sans", +const openSans = Open_Sans({ + variable: "--font-open-sans", subsets: ["latin"], }); @@ -47,7 +48,7 @@ export default function RootLayout({ return ( - + {children}