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.
This commit is contained in:
10
docs/design-system-redesign/fonts/README.md
Normal file
10
docs/design-system-redesign/fonts/README.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user