-
Notifications
You must be signed in to change notification settings - Fork 106
Add SemiCondensed and SemiExpanded static and variable instances #86
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
Conversation
- Removed the abbreviated names, added full names. Abbreviated names are legacy, and variable fonts only work in modern environments. - Updated file name to include VF axis: [wdth,wght] - Added Instances for SemiCondensed and SemiExpanded to match Google Fonts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This pull request updates the font style definitions to reflect the new width axis values and style names used by Google Fonts’ Mona instance. The changes include replacing legacy abbreviated names with full names, adding "SemiCondensed" styles, and introducing "SemiExpanded" static exports while preserving the overall design.
Reviewed Changes
| File | Description |
|---|---|
| README.md | Updated the style table to include Condensed, SemiCondensed, SemiExpanded, and Expanded styles, along with their corresponding width values. |
Copilot reviewed 327 out of 327 changed files in this pull request and generated no comments.
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more
tobiasahlin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 🚀 🚀
|
After chatting with @tobiasahlin about the approach to updating the sources on the repo, I realized we could lean into the (Ignore the Display Master commit. That was a mistake meant for another branch, and was overwritten in the other commits.) |
Google Fonts’ Mona instance added two new width styles to the design space, but the Glyphs source file and the static exports on the repo are lagging behind that change. These updates to width axis are:
7587.5100112.5125I've also removed the abbreviated names in the VF file, replaced by their full names. This also better reflects Google's approach, and is more standard. Abbreviated names are legacy, and variable fonts only work in modern environments.