From 00d002a624fe127e59febcc0009c41c08cf64375 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 00:05:46 +0000 Subject: [PATCH] Update theme fonts --- src/app/layout.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7350f79..35a6eb7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -37,12 +37,9 @@ export const metadata: Metadata = { -const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], -}); -const inter = Inter({ - variable: "--font-inter", + +const montserrat = Montserrat({ + variable: "--font-montserrat", subsets: ["latin"], }); @@ -54,7 +51,7 @@ export default function RootLayout({ return ( - + {children}