Skip to content

Commit

Permalink
try to fix width issue #141 and add ss01
Browse files Browse the repository at this point in the history
  • Loading branch information
subframe7536 committed Feb 22, 2024
1 parent 1336a0e commit e2ab1f2
Show file tree
Hide file tree
Showing 8 changed files with 14,677 additions and 9,591 deletions.
Binary file modified src-font/MapleMono-Italic[wght]-VF.ttf
Binary file not shown.
13,055 changes: 7,954 additions & 5,101 deletions src-font/MapleMono-Italic[wght].glyphs

Large diffs are not rendered by default.

Binary file modified src-font/MapleMono-Italic[wght].vfc
Binary file not shown.
Binary file modified src-font/MapleMono[wght]-VF.ttf
Binary file not shown.
9,398 changes: 4,921 additions & 4,477 deletions src-font/MapleMono[wght].glyphs

Large diffs are not rendered by default.

Binary file modified src-font/MapleMono[wght].vfc
Binary file not shown.
8 changes: 4 additions & 4 deletions src-font/features/basic.fea
Original file line number Diff line number Diff line change
Expand Up @@ -1442,12 +1442,12 @@ feature calt {

# ###
lookup numbersigns {
# beginnings
sub numbersign' numbersign by numbersign_start.decorator;
# middle parts
sub [numbersign_start.decorator numbersign_middle.decorator] numbersign' numbersign by numbersign_middle.decorator;
sub [numbersign_start.liga numbersign_middle.liga] numbersign' numbersign by numbersign_middle.liga;
# ends
sub [numbersign_start.decorator numbersign_middle.decorator] numbersign' by numbersign_end.decorator;
sub [numbersign_start.liga numbersign_middle.liga] numbersign' by numbersign_end.liga;
# beginnings
sub numbersign' numbersign by numbersign_start.liga;
} numbersigns;
} calt;
feature ccmp {
Expand Down
1,807 changes: 1,798 additions & 9 deletions src-font/features/italic.fea

Large diffs are not rendered by default.

0 comments on commit e2ab1f2

Please sign in to comment.