7 lines
218 B
Plaintext
7 lines
218 B
Plaintext
# https://github.com/fonttools/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;
|