Update theme fonts

This commit is contained in:
2026-04-09 23:18:40 +00:00
parent 61bfef43c0
commit 47022247c3

View File

@@ -34,8 +34,9 @@ export const metadata: Metadata = {
const figtree = Figtree({
variable: "--font-figtree",
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
@@ -47,7 +48,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${figtree.variable} antialiased`}>
<body className={`${dmSans.variable} antialiased`}>
{children}
<script