Commit 851e115
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 eb2be5e commit 851e115
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments