From 6d944eb25efb0a61f90fcb6440004f3fe4e809c7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 09:15:55 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dec41e9..6abdbae 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,21 +6,8 @@ import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); -const raleway = Raleway({ - variable: "--font-raleway", - subsets: ["latin"], -}); export const metadata: Metadata = { title: "Luux Sign & More | Premium Branding & Signage Studio", @@ -45,6 +32,11 @@ export const metadata: Metadata = { }, }; +const raleway = Raleway({ + variable: "--font-raleway", + subsets: ["latin"], +}); + export default function RootLayout({ children, }: Readonly<{ @@ -53,9 +45,7 @@ export default function RootLayout({ return ( - + {children}