diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9a979b2..5a2f66f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,18 +8,22 @@ import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; import { Nunito } from "next/font/google"; import { Open_Sans } from "next/font/google"; +import { DM_Sans } from "next/font/google"; +import { Manrope } from "next/font/google"; export const metadata: Metadata = { title: 'Beshqozon Osh Markazi | The Heart of Real Uzbek Plov', description: 'Experience the authentic taste of Tashkent at Beshqozon. Premium slow-cooked Uzbek plov, rich flavors, and fast service in a warm, traditional atmosphere.', openGraph: { title: 'Beshqozon Osh Markazi | The Heart of Real Uzbek Plov', description: 'Experience the authentic taste of Tashkent at Beshqozon. Premium slow-cooked Uzbek plov, rich flavors, and fast service in a warm, traditional atmosphere.', type: 'website' } }; -const inter = Inter({ - variable: "--font-inter", + + +const manrope = Manrope({ + variable: "--font-manrope", subsets: ["latin"], }); -const openSans = Open_Sans({ - variable: "--font-open-sans", +const dmSans = DM_Sans({ + variable: "--font-dm-sans", subsets: ["latin"], }); @@ -31,7 +35,7 @@ export default function RootLayout({ return ( - + {children}