Commit aff4ca0
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 44eb9a9 commit aff4ca0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments