Update theme fonts

This commit is contained in:
2026-04-10 00:06:12 +00:00
parent bcedc128df
commit 257299d467

View File

@@ -40,8 +40,9 @@ export const metadata: Metadata = {
const raleway = Raleway({
variable: "--font-raleway",
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
@@ -53,7 +54,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${raleway.variable} antialiased`}>
<body className={`${manrope.variable} antialiased`}>
{children}
<script