Update theme fonts

This commit is contained in:
2026-04-20 11:55:10 +00:00
parent c007b4f74c
commit 9ce8347cf5

View File

@@ -15,8 +15,9 @@ export const metadata: Metadata = {
description: "Generated by create next app",
};
const mulish = Mulish({
variable: "--font-mulish",
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
@@ -28,7 +29,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} antialiased`}>
<body className={`${inter.variable} antialiased`}>
<Tag />
{children}
<script