Monospace with CSS
.digital {
font-variant-numeric: tabular-nums lining-nums;
}
The font-variant-numeric CSS property controls the usage of alternate glyphs for numbers, fractions, and ordinal markers.tabular-nums activating the set of figures where numbers are all of the same size, allowing them to be easily aligned like in tables. It corresponds to the OpenType values tnum.