Files

11 lines
448 B
Markdown
Raw Permalink Normal View History

# Fonts
This system uses two Google Fonts loaded via CDN inside `colors_and_type.css`:
- **Outfit** (300/400/500/600/700/800) — UI font
- **JetBrains Mono** (400/500/600/700) — data, code, IDs
Both are imported at the top of `colors_and_type.css`. No local font files are bundled.
If you need offline assets, please attach the original `.woff2` files and we'll move them into this folder and switch the import to `@font-face` declarations.