git.lucas.co / Myna
git clone https://git.lucas.co/Myna.git

features.fea (290B)

 1 languagesystem DFLT dflt;
 2 languagesystem latn dflt;
 3 
 4 feature kern {
 5     pos uni003A <0 100 0 0> uni002A;
 6     pos uni003A <0 100 0 0> uni002D;
 7     pos uni003A <0 100 0 0> uni003D;
 8 } kern;
 9 
10 feature calt {
11     ignore sub uni003C uni007C' uni003E;
12 
13     sub uni007C' uni003E by alt_bar;
14 } calt;