Checkout Pro Version

Typography

Google fonts

Change the google fonts link as per your choice : src/utils/theme/DefaultColors.tsx
                        
import { DM_Sans } from "next/font/google";

export const dm = DM_Sans({
  weight: ["400", "500", "700"],
  subsets: ["latin"],
  display: "swap",
  fallback: ["Helvetica", "Arial", "sans-serif"],
});