Commit 8561fdd
committed
docs(conf): add latin-ext subset for IBM Plex Sans and Mono
why: Accented characters (ñ, ř, ž, ö) in contributor names, docstrings,
and code comments fell back to system fonts. latin-ext covers U+0100-02FF
and extended Latin ranges used across European languages.
what:
- Change "subset": "latin" to "subsets": ["latin", "latin-ext"] for both
IBM Plex Sans and IBM Plex Mono
- Total font files: 32 (2 fonts × 2 subsets × 4 weights × 2 styles)
- Zero performance cost for ASCII-only pages: unicode-range descriptors
tell the browser to skip latin-ext downloads when no extended chars
appear on the page1 parent 22a7ed1 commit 8561fdd
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
0 commit comments