Skip to content

Commit 8326551

Browse files
committed
docs(conf): add IBM Plex Mono weights 500/600/700
why: Only weight 400 was downloaded. Bold monospace text (badge labels at font-weight 650, <strong> in code) used browser faux-bolding which looks noticeably worse than the real typeface weights. what: - Match IBM Plex Sans weight range: [400, 500, 600, 700]
1 parent e1d43b7 commit 8326551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"family": "IBM Plex Mono",
166166
"package": "@fontsource/ibm-plex-mono",
167167
"version": "5.2.7",
168-
"weights": [400],
168+
"weights": [400, 500, 600, 700],
169169
"styles": ["normal", "italic"],
170170
"subset": "latin",
171171
},

0 commit comments

Comments
 (0)