From 1db976ed033eff39dd575386b4aa477b83e2e60f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 23:00:53 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a9bd174..09c4b46 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,9 +19,10 @@ export const metadata: Metadata = { }, }; -const figtree = Figtree({ - variable: "--font-figtree", - subsets: ["latin"], + +const halant = Halant({ + variable: "--font-halant", subsets: ["arabic"], + weight: ["300", "400", "500", "600", "700"], }); export default function RootLayout({ @@ -32,7 +33,7 @@ export default function RootLayout({ return ( - + {children}