34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
# Neue Haas Grotesk Font Setup
|
|
|
|
If you have the Neue Haas Grotesk font files, place them in this directory with the following naming convention:
|
|
|
|
## Required Font Files:
|
|
|
|
- `neue-haas-grotesk-regular.woff2` (and `.woff`)
|
|
- `neue-haas-grotesk-medium.woff2` (and `.woff`) - for 500 weight
|
|
- `neue-haas-grotesk-bold.woff2` (and `.woff`) - for 700 weight
|
|
|
|
## Alternative Setup:
|
|
|
|
If you don't have the Neue Haas Grotesk font files, the application will automatically fall back to using Inter font from Google Fonts, which is a similar clean, modern sans-serif font.
|
|
|
|
## Current Font Stack:
|
|
|
|
The application uses the following font fallback order:
|
|
1. Inter (Google Fonts) - Primary fallback
|
|
2. Neue Haas Grotesk (if font files are present)
|
|
3. System UI fonts (system-ui, -apple-system, etc.)
|
|
4. Generic sans-serif
|
|
|
|
## To Enable Neue Haas Grotesk:
|
|
|
|
1. Add your font files to this `/public/fonts/` directory
|
|
2. Uncomment the `@font-face` declarations in `assets/css/main.css`
|
|
3. The font will automatically be used throughout the application
|
|
|
|
## Font Weights Used:
|
|
|
|
- Regular (400): Body text, general content
|
|
- Medium (500): Subheadings, important information
|
|
- Bold (700): Headings, buttons, emphasis
|