diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cedcf0d..5ace032 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -33,6 +33,11 @@ const figtree = Figtree({ subsets: ["latin"], }); +const raleway = Raleway({ + variable: "--font-raleway", + subsets: ["latin"], +}); + export default function RootLayout({ children, }: Readonly<{ @@ -41,7 +46,7 @@ export default function RootLayout({ return ( - + {children}