diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5256852..77e9837 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -24,12 +24,13 @@ export const metadata: Metadata = { }; -const inter = Inter({ - variable: "--font-inter", + +const dmSans = DM_Sans({ + variable: "--font-dm-sans", subsets: ["latin"], }); -const openSans = Open_Sans({ - variable: "--font-open-sans", +const inter = Inter({ + variable: "--font-inter", subsets: ["latin"], }); @@ -41,7 +42,7 @@ export default function RootLayout({ return ( - + {children}