Is it possible to leverage HTML/CSS to implement a font that automatically displays numbers in uppercase rather than lowercase? I'm faced with the challenge of managing client content which means I can't manually wrap all numbers in spans for styling. It would be great if there was a dynamic solution to achieve this effect.
The typeface I am using is "Tisa Sans Pro," where the default numbers have ascenders and descenders, whereas the uppercase version features lined-up numbers. The client specifically prefers the lined-up variation.
Appreciate any help on this matter! Thank you!