mirror of
https://github.com/adobe-fonts/source-sans.git
synced 2025-09-03 12:32:58 +02:00
Remove IPA_LIGATURES lookup
See https://github.com/adobe-fonts/source-sans/issues/215\#issuecomment-845704496
This commit is contained in:
parent
fa9394e13c
commit
27f017ec01
1 changed files with 2 additions and 16 deletions
|
@ -1871,25 +1871,11 @@ feature zero {
|
|||
@BREVE_INV = [breveinverteddoublecmb breveinverteddoublecmb.a];
|
||||
|
||||
feature liga { # Standard Ligatures
|
||||
lookup F_LIGAUTRES { # standard ligatures
|
||||
lookup F_LIGATURES { # standard ligatures
|
||||
sub f f t by f_f_t;
|
||||
sub f f by f_f;
|
||||
sub f t by f_t;
|
||||
} F_LIGAUTRES;
|
||||
|
||||
lookup IPA_LIGAUTRES { # replaces glyphs joined with tie by corresponding ligatures
|
||||
lookupflag 0;
|
||||
sub d @BREVE_INV z by dzed;
|
||||
sub d @BREVE_INV ezh by dezh;
|
||||
sub d @BREVE_INV zcurl by dzcurl;
|
||||
sub d @BREVE_INV zretroflex by dzretroflex;
|
||||
sub l @BREVE_INV ezh by lezh;
|
||||
sub t @BREVE_INV s by ts;
|
||||
sub t @BREVE_INV esh by tesh;
|
||||
sub t @BREVE_INV ccurl by tccurl;
|
||||
sub t @BREVE_INV shook by tshook;
|
||||
} IPA_LIGAUTRES;
|
||||
|
||||
} F_LIGATURES;
|
||||
} liga;
|
||||
|
||||
feature hlig { # Historical Ligatures
|
||||
|
|
Loading…
Reference in a new issue