Commit 7f7cffb
authored
style(fix[fonts]): Load full weight range for IBM Plex Mono (#12)
Follow-up to #11. IBM Plex Mono only loaded `[300, 400]` but badges
render in monospace at `font-weight: 700`, causing browsers to
synthesize bold instead of using the real font file.
- **IBM Plex Mono weights**: `[300, 400]` → `[300, 400, 500, 600, 700]`
(now matches IBM Plex Sans)2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | | - | |
| 206 | + | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| |||
0 commit comments