diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss index 03a94d2c63..f733efe77c 100644 --- a/gtk/theme/Adwaita/_common.scss +++ b/gtk/theme/Adwaita/_common.scss @@ -1443,6 +1443,7 @@ spinbutton { padding: 1px 2px; } } + font-feature-settings: "tnum"; } @@ -3330,7 +3331,10 @@ scale { } marks, - value { color: gtkalpha(currentColor, 0.55); } + value { + color: gtkalpha(currentColor, 0.55); + font-feature-settings: "tnum"; + } //marks margins @each $scale_orient, $marks_class, $marks_pos, $marks_margin in (horizontal, top, top, bottom), @@ -3598,6 +3602,7 @@ progressbar { // FIXME: insensitive state missing and some other state should be set probably font-size: smaller; color: transparentize($fg_color, 0.6); + font-feature-settings: "tnum"; &:backdrop { box-shadow: none;