1*e1fe3e4aSElliott Hughes# https://github.com/fonttools/fonttools/issues/463 2*e1fe3e4aSElliott Hughesfeature ordn { 3*e1fe3e4aSElliott Hughes @DIGIT = [zero one two three four five six seven eight nine]; 4*e1fe3e4aSElliott Hughes sub @DIGIT [A a]' by ordfeminine; 5*e1fe3e4aSElliott Hughes sub @DIGIT [O o]' by ordmasculine; 6*e1fe3e4aSElliott Hughes} ordn; 7