2019-03-06 16:47:16 +01:00
|
|
|
# https://github.com/fonttools/fonttools/issues/463
|
2016-01-26 12:45:56 +01:00
|
|
|
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;
|