Google Fonts
By default, Launch Express uses the Bricolage_Grotesque font from Google Fonts, but you can easily change this to any other Google Font. Here’s how to use Google Fonts:layout.tsx
Local Fonts
If you want to use local fonts, you can import them fromnext/font/local
:
layout.tsx
layout.tsx
If you need an more detailed explanation, you can check out the original
documentation from
Next.js