When you’re working with fonts, especially for displaying numbers, there’s something called proportional spacing that can make a huge difference in how your numbers look when they’re animated.
Wow thanks!, Really, it took me this long while to figure out this existed. So far, I was just using font-family: monospace for everything numeric that required cell-like alignment.
Wow thanks!, Really, it took me this long while to figure out this existed. So far, I was just using
font-family: monospacefor everything numeric that required cell-like alignment.