Skip to content

Commit e73038c

Browse files
rmnturovRoman Turov
and
Roman Turov
authored
fix(typography): remove useless tnum in font-feature-settings (#15)
Co-authored-by: Roman Turov <[email protected]>
1 parent efda80a commit e73038c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/design-tokens/web/properties/typography.json5

+7-7
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
"font-weight": { value: '500' },
341341
"font-family": { value: '{font.family.base}' },
342342
"text-transform": { value: 'null' },
343-
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
343+
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
344344
},
345345
"text-compact": {
346346
"font-size": { value: '11px' },
@@ -539,7 +539,7 @@
539539
"font-weight": { value: 'normal' },
540540
"font-family": { value: '{font.family.base}' },
541541
"text-transform": { value: 'null' },
542-
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
542+
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
543543
},
544544
'italic-big-strong': {
545545
"font-style": {value: 'italic' },
@@ -549,7 +549,7 @@
549549
"font-weight": { value: '500' },
550550
"font-family": { value: '{font.family.base}' },
551551
"text-transform": { value: 'null' },
552-
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
552+
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
553553
},
554554
"italic-normal": {
555555
"font-style": {value: 'italic' },
@@ -559,7 +559,7 @@
559559
"font-weight": { value: 'normal' },
560560
"font-family": { value: '{font.family.base}' },
561561
"text-transform": { value: 'null' },
562-
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
562+
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
563563
},
564564
"italic-normal-strong": {
565565
"font-style": {value: 'italic' },
@@ -569,7 +569,7 @@
569569
"font-weight": { value: '500' },
570570
"font-family": { value: '{font.family.base}' },
571571
"text-transform": { value: 'null' },
572-
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
572+
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
573573
},
574574
"italic-compact": {
575575
"font-style": {value: 'italic' },
@@ -579,7 +579,7 @@
579579
"font-weight": { value: 'normal' },
580580
"font-family": { value: '{font.family.base}' },
581581
"text-transform": { value: 'null' },
582-
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
582+
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
583583
},
584584
"italic-compact-strong": {
585585
"font-style": {value: 'italic' },
@@ -589,7 +589,7 @@
589589
"font-weight": { value: '500' },
590590
"font-family": { value: '{font.family.base}' },
591591
"text-transform": { value: 'null' },
592-
"font-feature-settings": { value: '"tnum" on, "ss01" on, "ss04" on' }
592+
"font-feature-settings": { value: '"ss01" on, "ss04" on' }
593593
},
594594
// стиль текста, который используется для названия продукта в навбаре
595595
'navbar-title': {

0 commit comments

Comments
 (0)