More people need to know about the "tabular numbers" feature that modern fonts have

Use it to make numbers to line up with a UI font (or anything not monospace)

CSS: font-feature-settings: tnum
SwiftUI: .font(.body.monospacedDigit())

@kdrag0n TIL. neat. does it do "align on decimal point" too?
@tko @kdrag0n nah, it basically just makes numbers monospaced