Typography
1) Change Font family over here : src/utils/theme/Typography.tsx
import { Onest } from "next/font/google";
export const onest = Onest({
weight: ["300", "400", "500","600","700"],
subsets: ["latin"],
display: "swap",
});
1) Change Font family over here : src/utils/theme/Typography.tsx
import { Onest } from "next/font/google";
export const onest = Onest({
weight: ["300", "400", "500","600","700"],
subsets: ["latin"],
display: "swap",
});