34 lines
853 B
Markdown
34 lines
853 B
Markdown
|
|
# Font Download Instructions
|
||
|
|
|
||
|
|
## Geist
|
||
|
|
|
||
|
|
1. Go to: https://vercel.com/font
|
||
|
|
2. Click "Download Geist" button
|
||
|
|
3. Extract the zip file
|
||
|
|
4. Copy these files to this directory:
|
||
|
|
- `Geist/static/Geist-Regular.otf`
|
||
|
|
- `Geist/static/Geist-Medium.otf`
|
||
|
|
- `Geist/static/Geist-SemiBold.otf`
|
||
|
|
|
||
|
|
## Monaspace Neon
|
||
|
|
|
||
|
|
1. Go to: https://github.com/githubnext/monaspace/releases/latest
|
||
|
|
2. Download `monaspace-v1.101.zip` (or latest version)
|
||
|
|
3. Extract the zip file
|
||
|
|
4. Copy these files to this directory:
|
||
|
|
- `monaspace-v1.101/fonts/otf/MonaspaceNeon-Regular.otf`
|
||
|
|
- `monaspace-v1.101/fonts/otf/MonaspaceNeon-SemiBold.otf`
|
||
|
|
|
||
|
|
## Quick Check
|
||
|
|
|
||
|
|
After downloading, you should have these 5 files:
|
||
|
|
```
|
||
|
|
Geist-Regular.otf
|
||
|
|
Geist-Medium.otf
|
||
|
|
Geist-SemiBold.otf
|
||
|
|
MonaspaceNeon-Regular.otf
|
||
|
|
MonaspaceNeon-SemiBold.otf
|
||
|
|
```
|
||
|
|
|
||
|
|
Once you have the fonts, we'll update the code to load them!
|