diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dd36f99..46f8f90 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; import { Raleway } from "next/font/google"; +import { Manrope } from "next/font/google"; @@ -41,8 +42,9 @@ export const metadata: Metadata = { }, }; -const raleway = Raleway({ - variable: "--font-raleway", + +const manrope = Manrope({ + variable: "--font-manrope", subsets: ["latin"], }); @@ -54,7 +56,7 @@ export default function RootLayout({ return ( - + {children}