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}