From 4428bc0f432e1a02327d82b60b14fc7debb377f1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 03:25:38 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e81c690..4a9b614 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,7 +19,11 @@ export const metadata: Metadata = { }, }; -const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"] }); + +const halant = Halant({ + variable: "--font-halant", subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); export default function RootLayout({ children, @@ -29,7 +33,7 @@ export default function RootLayout({ return ( - + {children}