Skip to content

Commit

Permalink
Drop NWID glyphs for ligatures in quasi-proportionals as they do not … (
Browse files Browse the repository at this point in the history
#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
be5invis authored Apr 12, 2024
1 parent 2cdaf91 commit a8576be
Show file tree
Hide file tree
Showing 23 changed files with 156 additions and 198 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/pr-bump-version.yml

This file was deleted.

1 change: 1 addition & 0 deletions changes/29.1.1.md → changes/29.2.0.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* 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.
* Make presence of descender serif automatic for GREEK CAPITAL KAI SYMBOL (`U+03CF`).
* Make presence of top-left serif automatic for CYRILLIC {CAPITAL|SMALL} LETTER BASHKIR KA (`U+04A0`..`U+04A1`).
* Make GREEK SMALL LETTER DIGAMMA (`U+03DD`) respond to top-right serif variants of Greek Capital Gamma (`cv56`).
Expand Down
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iosevka/monorepo",
"version": "29.1.1",
"version": "29.2.0",
"workspaces": [
"packages/*",
"tools/*"
Expand Down
12 changes: 6 additions & 6 deletions packages/font-glyphs/package.json
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"
}
}
Loading

0 comments on commit a8576be

Please sign in to comment.