Typography
Google fonts
Change the google fonts link as per your choice : package/src/app/layout.tsx
import { Manrope } from "next/font/google";
const manrope = Manrope({ subsets: ["latin"] });
Google fonts
Change the google fonts link as per your choice : package/src/app/layout.tsx
import { Manrope } from "next/font/google";
const manrope = Manrope({ subsets: ["latin"] });