pub static IOSEVKA: &[u8]Expand description
Iosevka (“Monospace”), embedded at compile time — SUBSET, not the full face. The full build is 10.8 MB of mostly full-Unicode glyphs and twenty stylistic sets the shaper never enables; this 222 KB subset keeps Latin, Greek (for Ω/µ-grade labels), punctuation, sub/superscripts, currency, letterlike, arrows, math operators, box drawing, blocks and geometric shapes, with hinting and the default layout features. A label using a character outside those ranges falls back per the host’s family list. To regenerate from a full Iosevka-Regular.ttf:
python3 -m fontTools.subset Iosevka-Regular.ttf \
--unicodes="U+0000-024F,U+0370-03FF,U+2000-206F,U+2070-209F,\
U+20A0-20CF,U+2100-214F,U+2190-21FF,U+2200-22FF,U+2500-257F,\
U+2580-259F,U+25A0-25FF" \
--no-glyph-names --output-file=src/fonts/Iosevka-Regular.ttf