Reduce word spacing in quasi proportional mode (#2673)

* Reduce word spacing in quasi proportional mode

Currently Iosevka has word spacing that's quite a bit wider than many other quasi-proportional fonts. This change adjusts that, imo resulting in easier to read text.

I created a small preview site to demo the difference here: https://jul-sh.github.io/demo-word-spacing-iosevka/

Fixes #2656

* Make space width a seperate param with metric override field

* change space width to 7/12, update release notes

---------

Co-authored-by: Juliette Pluto <git@jul.sh>
Co-authored-by: Belleve <belleve@typeof.net>
This commit is contained in:
jul-sh 2025-02-07 01:10:55 -05:00 committed by GitHub
parent d251811dc9
commit 6bf84e8af8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 2 deletions

View file

@ -46,6 +46,7 @@ const validMetricOverrideFields = new Set([
"essRatio",
"archDepth",
"smallArchDepth",
"advanceScaleSp",
]);
///////////////////////////////////////////////////////////////////////////////////////////////////