I'm styling labels with css and I'm trying to scale them depending on the font size used inside it.
The goal here is to reduce the overall size but keep the proportions just like tranform: scale
does but without reducing the quality.
For example:
Any idea on how to achieve that ?
Thanks !