forked from be5invis/Iosevka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* More arrow fixup * Add more detailed docs for building. Fixes be5invis#474 * Add docs for width customization * Update Node.JS version requirement. Fixes be5invis#486 * Fix phonetic ligatures' shape. Now they are connected more closely (be5invis#488). * Remove unused logs * Fix LATIN SMALL LETTER TC DIGRAPH WITH CURL overflow * Fix shape of U+AB30, U+AB64 and U+1DE7 (be5invis#489). * Docs: fix required otfcc version (be5invis#490) * Make dot removal work if a below or other mark is between the base and above mark * Fix export of U+478 and U+479 * Make "ligtions using dlig and calt at same time" less strange * Fixup format * Fix shape of U+029A, U+1D08, U+1D4C (be5invis#491). * remove "ai" knots * Add U+AB66 and U+AB67 (be5invis#488). * Force f-eng to be connected * Add [reverse-rule] to simplify reverse subst code * Make GSUB more efficient * Need to keep correspondence * Fix shape of U+1DF0 (be5invis#497). * Adjust length of diagonal arrows * Make double arrow only work with arrow2 selector * Add ligation for shift-equal operators (>>=, <<=, >>>=, <<<=) * Update visualization data * Add ligation group "CLIK" * Add warning about auto-generated README sections * Add overrideSupportedLanguages list * Bump version * Fix incorrect sample images of ligations Co-authored-by: Belleve Invis <belleve@typeof.net>
- Loading branch information
1 parent
cfeaff1
commit 93ebb43
Showing
43 changed files
with
1,417 additions
and
931 deletions.
There are no files selected for viewing
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,4 +1,6 @@ | ||
# .prettierrc | ||
printWidth: 100 | ||
useTabs: true | ||
tabWidth: 4 | ||
# .prettierrc | ||
printWidth: 100 | ||
useTabs: true | ||
tabWidth: 4 | ||
trailingComma: none | ||
arrowParens: avoid |
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
* Fixed phonetic ligatures' shape. Now they are connected more closely (#488). | ||
* Fix shape of U+AB30, U+AB64 and U+1DE7 (#489). | ||
* Fix export of U+478 and U+479. | ||
* Fix shape of U+029A, U+1D08, U+1D4C (#491). | ||
* Add U+AB66 and U+AB67 (#488). | ||
* Fix shape of U+1DF0 (#497). |
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
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
Oops, something went wrong.