From 57ee5d639cdac21e2794da4f8c00466ca0a9603a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:31:19 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 28107e2..99c853a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,8 +21,9 @@ export const metadata: Metadata = { }; -const manrope = Manrope({ - variable: "--font-manrope", + +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); @@ -34,7 +35,7 @@ export default function RootLayout({ return ( - + {children}