Place local font files here (woff2 format) and run your build.
Recommended filenames:
- Inter-Regular.woff2 (400)
- Inter-Medium.woff2 (500)
- Inter-SemiBold.woff2 (600)
- Inter-Bold.woff2 (700)
- FiraCode-Regular.woff2 (400)
Where to get them:
- Download Inter from https://rsms.me/inter/ or the Google Fonts repository and export woff2.
- Download Fira Code from https://github.com/tonsky/FiraCode/releases and use the .woff2 file.
After placing the files, rebuild the site:
npm run build
Notes:
- CSS uses font-family names
Inter Local and Fira Code Local to prefer local files. - If you prefer different filenames, update the
@font-face URLs in src/assets/css/main.css accordingly.