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}