I find this scenario quite common, but I haven't come across any solutions for it:
Let's say there is a fixed-width div that displays dynamically changing numbers. How can we adjust the font size so that larger numbers fit well within the fixed width? Is there a CSS property available for this task, or is JavaScript coding the only option?