1table GDEF {
2    LigatureCaretByIndex [c_t s_t] 11;
3
4    # The OpenType Feature File specification does not define what should
5    # happen when there are multiple LigatureCaretByIndex statements for
6    # the same glyph. Our behavior matches that of Adobe makeotf v2.0.90.
7    # https://github.com/adobe-type-tools/afdko/issues/95
8    LigatureCaretByIndex o_f_f_i 66 33;
9    LigatureCaretByIndex o_f_f_i 55;
10} GDEF;
11