summaryrefslogtreecommitdiff
path: root/src/features/liga.fea
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/liga.fea')
-rw-r--r--src/features/liga.fea13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/features/liga.fea b/src/features/liga.fea
index 47491836e..e4caaaa09 100644
--- a/src/features/liga.fea
+++ b/src/features/liga.fea
@@ -1,18 +1,11 @@
-# Standard Ligatures (also available via ss06)
+# Standard Ligatures
# https://learn.microsoft.com/en-us/typography/opentype/spec/features_ko#liga
-#
-# Note: this code is included for both liga and ss06, thus classes like LIGA_L_t
-# are defined in a separate file: liga-classes.fea (classes are not namespaced)
-#
# Set IgnoreMarks to skip over marks in lookups.
# For example, if we have /f/acutecomb/i, treat lookup as /f/i
# https://learn.microsoft.com/en-us/typography/opentype/spec/chapter2#lookup-table
lookupflag IgnoreMarks;
-# ffi
-sub f f' i by f.i.1;
-
# fi
sub f' [
i idotless idotless.double itildebelow ibar igrave iacute iogonek
@@ -20,7 +13,3 @@ sub f' [
j jdotless jdotlessbar uni0249 uni0249.ccmp jcrosstail yotgreek jecyrillic
] by f.i;
-
-# tt, ft, rt, tf, ff, ft, etc.
-sub @LIGA_L_t t' by t.1;
-sub @LIGA_L_t f' by f.1;