Update theme fonts

This commit is contained in:
2026-06-10 17:47:40 +00:00
parent fcd3b52d81
commit 0c5b05f64f

View File

@@ -47,8 +47,9 @@ export const metadata: Metadata = {
const nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans", const raleway = Raleway({
variable: "--font-raleway",
subsets: ["latin"], subsets: ["latin"],
}); });
@@ -60,7 +61,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${nunitoSans.variable} antialiased`}> <body className={`${raleway.variable} antialiased`}>
<Tag /> <Tag />
{children} {children}
<script <script