diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 133b011..a62f2ab 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,6 +9,7 @@ import { getVisualEditScript } from "@/utils/visual-edit-script"; import { Roboto } from "next/font/google"; import { Montserrat } from "next/font/google"; import { Manrope } from "next/font/google"; +import { Nunito } from "next/font/google"; @@ -25,8 +26,9 @@ export const metadata: Metadata = { -const manrope = Manrope({ - variable: "--font-manrope", + +const nunito = Nunito({ + variable: "--font-nunito", subsets: ["latin"], }); @@ -38,7 +40,7 @@ export default function RootLayout({ return ( - + {children}