Month: October 2019
-
TIL: How to monospace numbers in fonts
I stumbled upon a CSS property I wasn’t aware of: font-feature-settings. Ever had the “joy” of using a non-monospace font and working with numbers in a table? Or any other occassion where the different width of each number just didn’t look great? Then you have to check out this CSS: With tnum, the browser will…