Typography

Google fonts

Change the google fonts link as per your choice : package/src/app/layout.tsx
                        
import { DM_Sans } from 'next/font/google'

const dmSans = DM_Sans({
  subsets: ['latin'],
  display: 'swap',
  variable: '--font-dm-sans',
})