From 1e3d12cc176a050a9a24cae5f0bd0f1d3e3a4657 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 01:31:36 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ba410c3..4107a6f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -24,13 +24,10 @@ export const metadata: Metadata = { }, }; -const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], -}); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + +const halant = Halant({ + variable: "--font-halant", subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], }); export default function RootLayout({ @@ -41,7 +38,7 @@ export default function RootLayout({ return ( - + {children}