From dba4963bb8360b61971e589f5d4aa2bfca729738 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:19:23 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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}