From bb131ebda52e67bb9528e2b63baaf63cf729caa7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:11:52 +0000 Subject: [PATCH] Update theme fonts --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 380dc3e..3412da6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -31,9 +31,11 @@ export const metadata: Metadata = { }; -const montserrat = Montserrat({ - variable: "--font-montserrat", + +const poppins = Poppins({ + variable: "--font-poppins", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export default function RootLayout({ @@ -44,7 +46,7 @@ export default function RootLayout({ return ( - + {children}