-
Notifications
You must be signed in to change notification settings - Fork 54
Make proportional font outputs work (when the MONO axis is set to <1) #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
As far as I can tell in my testing so far, this introduces only improvements, and no regressions. It may be slightly confusing that it changes the font family names from If anyone wants proportional Rec Code fonts, however, the ones in this branch should be good to go! |
I used this branch to generate lighter-weight fonts (I find the defaults a bit to heavy), and so far it's working perfectly for me whereas with main I was having the same issues described in #24. Looking forward to seeing this merged and thanks for the beautiful and highly configurable font! My only suggestion is to maybe tweak the naming so that if |
Work to fix #24. More details in that issue.
Code Ligatures: True
is set in the configCode Ligatures: True
is set in the configFor proportional fonts, kerning (and other OT features) now remains, even though code ligatures are updated from the
dlig
tocalt
feature tag.Unfortunately, I’ve now realized that more feature code than is ideal gets replaced in MONO=1 fonts, but that was the case before, and it is substantially harder to change there, because the feature code has to be more radically altered. That is a different issue, though (#26).