Google Fonts
Next.js provides an easy way to include any Google Font into a website.
Shipped is currently configured to use Inter.
This is how, and how you can change it.
src/app/layout.tsx
If you want to change the font family, you can do for instance
Last updated