Files
cve-dashboard/docs/design-system-redesign/fonts/README.md
root 27192dd69f WIP: Dashboard redesign — design system overhaul and component updates
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.
2026-04-29 14:20:23 +00:00

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.