From b81157a33bc92d14816a19a8bd5b42f7227306cc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 05:47:57 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0c6ba29..a35c935 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import { getVisualEditScript } from "@/utils/visual-edit-script"; import { Open_Sans } from "next/font/google"; import { Raleway } from "next/font/google"; +import { Mulish } from "next/font/google"; @@ -22,8 +23,9 @@ export const metadata: Metadata = { }; -const raleway = Raleway({ - variable: "--font-raleway", + +const mulish = Mulish({ + variable: "--font-mulish", subsets: ["latin"], }); @@ -35,7 +37,7 @@ export default function RootLayout({ return ( - + {children}