Adds proportional spacing masters to italic source#96
Merged
MariannaPaszkowska merged 193 commits intomainfrom Apr 12, 2026
Merged
Adds proportional spacing masters to italic source#96MariannaPaszkowska merged 193 commits intomainfrom
MariannaPaszkowska merged 193 commits intomainfrom
Conversation
66cd9b5 to
8f71323
Compare
…the default f,i,j,l
…ne, tweak kerning
…ouch wider, improve spacing of J, make R narrower
…copyright string.
- Added stub MONO axis to the upright (which doesn't do anything) so there's axis consistency between the styles - Added an Android-specific build path which cuts the HVAR table from both Upright and Italic. - Added white arrows to upright as well :wq#
also removing a bunch of unnecessary stuff
I re-reviewed Dave's recommendation and I think he meant that the master positions should still align with the axis registry—just that we can swap things around on the backend. I've followed the model of https://github.com/sursly/sono for this.
Opened SB of /I/Z by 20 units each Tweaked /Q/U spacing Tightened /o/m Loosened /z/o Loosened /g/k Loosened /C/g Loosened /T/o Changed left kern group on /icircumflex & /imacron to match /idieresis Loosened /Y/o Adjusted RSB of /tcaron in Bold Adjusted /tcaron/exclam Loosened /quoteright/e Added kern to /uogonek/quotedbleright Reworked /¿/î/? And /¿/i/? Something went wrong with ğġģ. Fixed. Replaced compressed /dcaron with standard /d Fixed cedilla positioning on /tcedilla
8f71323 to
cc14f3b
Compare
675b343 to
23c25ba
Compare
4 tasks
Hoolean
added a commit
that referenced
this pull request
Apr 13, 2026
This restores changes that became absent after an earlier rebase (#96). Signed-off-by: Harry Dalton <harry.dalton@daltonmaag.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Superseeds #95
This implements a proportional spacing axis (MONO) to the font, with the proportional at 0 and monospace at 1 (per the axis registry).
Also added an Android-specific build process to remove the HVAR table. No BASE table is added at this time.