Some widgets should use tabular numbers
Widgets that mostly display numbers (Spinbutton, Scale, likely some more) should use tnum 1
font features such that all digits are exactly the same width. As far as I can tell Gtk's CSS implementation doesn't support opentype features, so we'll have to resort to set the font features the widget constructors.