diff options
author | Rasmus Andersson <rasmus@notion.se> | 2018-08-29 06:05:44 +0300 |
---|---|---|
committer | Rasmus Andersson <rasmus@notion.se> | 2018-08-29 06:05:44 +0300 |
commit | 5b246166f24d74daf4fa40d2b0f62dfe71b869d6 (patch) | |
tree | c70f5e50a2531076c52587689ca0c18eed8b8b4e /src/Inter-UI-Black.ufo/features.fea | |
parent | 89786920744ef7717e6d49b6b3681d47279a0e27 (diff) | |
download | inter-5b246166f24d74daf4fa40d2b0f62dfe71b869d6.tar.xz |
Fixes tabular numbers for medium, bold and black weights. Closes #60
Diffstat (limited to 'src/Inter-UI-Black.ufo/features.fea')
-rw-r--r-- | src/Inter-UI-Black.ufo/features.fea | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/Inter-UI-Black.ufo/features.fea b/src/Inter-UI-Black.ufo/features.fea index c1a3a4541..020cf69a1 100644 --- a/src/Inter-UI-Black.ufo/features.fea +++ b/src/Inter-UI-Black.ufo/features.fea @@ -1,21 +1 @@ include(../features.fea); - -@TNUM_L = [ - zero one two three five six seven eight nine - one.1 four.1 six.1 nine.1 - period comma -]; -@TNUM_R = [ - zero.tnum one.tnum two.tnum three.tnum five.tnum six.tnum seven.tnum eight.tnum nine.tnum - one.tnum.1 four.tnum.1 six.tnum.1 nine.tnum.1 - period.tnum comma.tnum -]; - -feature tnum { - sub @TNUM_L by @TNUM_R; -} tnum; - -feature zero { - sub zero by zero.slash; - sub zero.tnum by zero.tnum.slash; -} zero; |