Typography
1) Change Font family over here : src/utils/theme/Typography.tsx
import { Inter } from "next/font/google";
const inter = Inter({ subsets: ["latin"] });
1) Change Font family over here : src/utils/theme/Typography.tsx
import { Inter } from "next/font/google";
const inter = Inter({ subsets: ["latin"] });