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())
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())