General
Recipes

Fonts

Learn how to change the fonts for both applications.

You change the font individually for each app. Open

  • Dashboard: apps/dashboard/app/layout.tsx
  • Marketing: apps/marketing/app/layout.tsx

and change the current font

layout.tsx
import { Inter } from 'next/font/google';

const inter = Inter({ subsets: ['latin'] });

to some other font, e.g. Geist font.