diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cf57960..d39124e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,14 +22,11 @@ export const metadata: Metadata = { }, }; + const dmSans = DM_Sans({ variable: "--font-dm-sans", subsets: ["latin"], }); -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); export default function RootLayout({ children, @@ -39,7 +36,7 @@ export default function RootLayout({ return ( - + {children}