From 6171e876ab488cf7def3551255848e6c6aa1a3a9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:24:51 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b258446..d926aaa 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -29,8 +29,13 @@ export const metadata: Metadata = { -const archivo = Archivo({ - variable: "--font-archivo", + +const manrope = Manrope({ + variable: "--font-manrope", + subsets: ["latin"], +}); +const dmSans = DM_Sans({ + variable: "--font-dm-sans", subsets: ["latin"], }); @@ -42,7 +47,7 @@ export default function RootLayout({ return ( - + {children}