diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7121719..16b505f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -31,6 +31,11 @@ const instrumentSans = Instrument_Sans({ subsets: ["latin"], }); +const outfit = Outfit({ + variable: "--font-outfit", + subsets: ["latin"], +}); + export default function RootLayout({ children, }: Readonly<{ @@ -39,7 +44,7 @@ export default function RootLayout({ return ( - + {children}