From 0f848d196082a9ad6ec803abb1def05f3f05f2f9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 12:26:19 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c3c2fbf..b37fd51 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,6 +15,11 @@ export const metadata: Metadata = { description: 'Prakash Sweets offers authentic, handcrafted Indian sweets made with premium ingredients. Traditional recipes delivered to your door.', }; + +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const openSans = Open_Sans({ variable: "--font-open-sans", subsets: ["latin"], @@ -28,7 +33,7 @@ export default function RootLayout({ return ( - + {children}