Typography
Google fonts
Change the google fonts link as per your choice : src/utils/theme/DefaultColors.tsx
import { Poppins } from "next/font/google";
export const poppins = Poppins({
weight: ["300", "400", "500", "600", "700"],
subsets: ["latin"],
display: "swap",
fallback: ["Helvetica", "Arial", "sans-serif"],
});
Google fonts
Change the google fonts link as per your choice : src/utils/theme/DefaultColors.tsx
import { Poppins } from "next/font/google";
export const poppins = Poppins({
weight: ["300", "400", "500", "600", "700"],
subsets: ["latin"],
display: "swap",
fallback: ["Helvetica", "Arial", "sans-serif"],
});