Typography
1) Change Font family over here : /src/utils/theme/Typography.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"],
});
1) Change Font family over here : /src/utils/theme/Typography.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"],
});