fonttools/Tests/feaLib/data/bug463.fea

7 lines
215 B
Plaintext
Raw Normal View History

# https://github.com/behdad/fonttools/issues/463
feature ordn {
@DIGIT = [zero one two three four five six seven eight nine];
sub @DIGIT [A a]' by ordfeminine;
sub @DIGIT [O o]' by ordmasculine;
} ordn;