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:
parent
d251811dc9
commit
6bf84e8af8
4 changed files with 9 additions and 2 deletions
|
@ -46,6 +46,7 @@ const validMetricOverrideFields = new Set([
|
|||
"essRatio",
|
||||
"archDepth",
|
||||
"smallArchDepth",
|
||||
"advanceScaleSp",
|
||||
]);
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue