Typography
1) Change Font family over here : package/src/app/layout.tsx
import { DM_Sans } from "next/font/google";
const dmSans = DM_Sans({
subsets: ["latin"],
display: "swap",
variable: "--font-dm-sans",
});
1) Change Font family over here : package/src/app/layout.tsx
import { DM_Sans } from "next/font/google";
const dmSans = DM_Sans({
subsets: ["latin"],
display: "swap",
variable: "--font-dm-sans",
});