-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop NWID glyphs for ligatures in quasi-proportionals as they do not … (
#2287) * Drop NWID glyphs for ligatures in quasi-proportionals as they do not make sense for these styles. This change will save around 2MB for each Aile or Etoile font. * Drop the pr-bump-version as it doesn't quite work. And bump version
- Loading branch information
Showing
23 changed files
with
156 additions
and
198 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"name": "@iosevka/font-glyphs", | ||
"version": "29.1.1", | ||
"version": "29.2.0", | ||
"private": true, | ||
"exports": { | ||
".": "./src/index.mjs", | ||
"./aesthetics": "./src/meta/aesthetics.mjs", | ||
"./unicode-knowledge": "./src/meta/unicode-knowledge.mjs" | ||
}, | ||
"dependencies": { | ||
"@iosevka/font-kits": "29.1.1", | ||
"@iosevka/geometry": "29.1.1", | ||
"@iosevka/geometry-cache": "29.1.1", | ||
"@iosevka/glyph": "29.1.1", | ||
"@iosevka/util": "29.1.1", | ||
"@iosevka/font-kits": "29.2.0", | ||
"@iosevka/geometry": "29.2.0", | ||
"@iosevka/geometry-cache": "29.2.0", | ||
"@iosevka/glyph": "29.2.0", | ||
"@iosevka/util": "29.2.0", | ||
"typo-geom": "^0.15.1" | ||
} | ||
} |
Oops, something went wrong.