diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5a58d8c..6b04f91 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; import { DM_Sans } from "next/font/google"; +import { Figtree } from "next/font/google"; @@ -15,12 +16,9 @@ export const metadata: Metadata = { description: 'Discover high-end dining at Naura Bistro. Gourmet steaks, authentic pizzas, and more. Order online for seamless delivery.', }; -const dmSans = DM_Sans({ - variable: "--font-dm-sans", - subsets: ["latin"], -}); -const inter = Inter({ - variable: "--font-inter", + +const figtree = Figtree({ + variable: "--font-figtree", subsets: ["latin"], }); @@ -32,7 +30,7 @@ export default function RootLayout({ return ( - + {children}