Skip to content

Commit 0a12dc5

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 23cde2a commit 0a12dc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"family": "IBM Plex Mono",
171171
"package": "@fontsource/ibm-plex-mono",
172172
"version": "5.2.7",
173-
"weights": [400],
173+
"weights": [400, 500, 600, 700],
174174
"styles": ["normal", "italic"],
175175
"subset": "latin",
176176
},

0 commit comments

Comments
 (0)