Frontend redesign in progress: updated styles, layout, and components across all pages to align with new design system. Includes Jira API compliance specs, property tests, and load test script.
11 lines
448 B
Markdown
11 lines
448 B
Markdown
# 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.
|