Files

15 lines
508 B
Markdown
Raw Permalink Normal View History

# IBM Plex — vendored fonts
Drop the following .woff2 files here before merging to `main`:
- `IBMPlexSans-{400,500,600,700}.woff2`
- `IBMPlexSansCondensed-{500,600,700}.woff2`
- `IBMPlexMono-{400,500,600}.woff2`
Source: <https://github.com/IBM/plex> (OFL-1.1).
Until they are vendored, the UI falls back to `ui-sans-serif` / `ui-monospace`
via the `font-display: swap` directive — visually different but functional.
Tracked as a sprint 0 chore (follow-up commit, not a blocker for the skeleton PR).