From e51a43ebc1ff2612c3f30dc64b01da3a6b89ff2c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 02:42:07 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 57832c7..054946c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,10 +16,7 @@ export const metadata: Metadata = { description: "Generated by create next app", }; -const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], -}); + const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], @@ -33,7 +30,7 @@ export default function RootLayout({ return ( - + {children}