Skip to content

How to customize the font

The font file is in the src/assets/fonts folder, you can add your custom font file to the fonts folder, and define the font in src/assets/fonts/index.ts.

Font File

Then you can use the font in the src/app/(website)/layout.tsx file.

Font Definition