From f859b2f7b6eb6e58423b2a77177ace90c2c5956e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 12:06:06 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a3445cf..6e1ea04 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,12 +16,13 @@ export const metadata: Metadata = { title: 'VerdantVista | Bespoke Landscape & G -const inter = Inter({ - variable: "--font-inter", + +const dmSans = DM_Sans({ + variable: "--font-dm-sans", subsets: ["latin"], }); -const openSans = Open_Sans({ - variable: "--font-open-sans", +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); @@ -33,7 +34,7 @@ export default function RootLayout({ return ( - + {children}