Skip to content

Commit 567bd95

Browse files
committed
Fix f outline in ligatures
1 parent ddd3c71 commit 567bd95

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

sources/MonaSans.glyphspackage/glyphs/f_f.liga.glyph

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ width = 299;
456456
background = {
457457
shapes = (
458458
{
459-
pos = (3,0);
459+
pos = (277,0);
460460
ref = f;
461461
}
462462
);
@@ -476,8 +476,8 @@ nodes = (
476476
(621,541,l),
477477
(566,539,l),
478478
(570,563,ls),
479-
(573,581,o),
480-
(576,606,o),
479+
(578,597,o),
480+
(586,606,o),
481481
(612,606,cs),
482482
(642,606,l),
483483
(667,729,l),

sources/MonaSans.glyphspackage/glyphs/f_f_i.liga.glyph

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ width = 463;
525525
background = {
526526
shapes = (
527527
{
528-
pos = (3,0);
528+
pos = (277,0);
529529
ref = f;
530530
}
531531
);
@@ -547,8 +547,8 @@ nodes = (
547547
(850,543,l),
548548
(565,538,l),
549549
(570,563,ls),
550-
(574,581,o),
551-
(575,606,o),
550+
(578,597,o),
551+
(586,606,o),
552552
(612,606,cs),
553553
(642,606,l),
554554
(667,729,l),

0 commit comments

Comments
 (0)