diff --git a/font-patcher b/font-patcher index bb8a112f15..435c2ed00e 100755 --- a/font-patcher +++ b/font-patcher @@ -667,11 +667,11 @@ class font_patcher: ligature_subtables = json.loads(self.config.get("Subtables", "ligatures")) for subtable in ligature_subtables: print("Removing subtable:", subtable) - try: - self.sourceFont.removeLookupSubtable(subtable) - print("Successfully removed subtable:", subtable) - except Exception: - print("Failed to remove subtable:", subtable) + try: + self.sourceFont.removeLookupSubtable(subtable) + print("Successfully removed subtable:", subtable) + except Exception: + print("Failed to remove subtable:", subtable) elif self.args.removeligatures: print("Unable to read configfile, unable to remove ligatures") else: diff --git a/src/unpatched-fonts/Hasklig/config.json b/src/unpatched-fonts/Hasklig/config.json index 06809369fe..579f63e548 100644 --- a/src/unpatched-fonts/Hasklig/config.json +++ b/src/unpatched-fonts/Hasklig/config.json @@ -24,4 +24,5 @@ "Single Substitution lookup 106 subtable", "Single Substitution lookup 107 subtable", "Single Substitution lookup 109 subtable", - "Single Substitution lookup 110 subtable" ] + "Single Substitution lookup 110 subtable", + "Single Substitution lookup 111 subtable" ]