I'm looking to create a text effect in which lines of text automatically scale to hit a specifically defined width, with auto-adjusting heights.
Ideally, I would then be able to stack multiple words on top of one another to achieve something visually similar to the below.
Example image

Is this something that should be possible with SVG text? Could it be done through pure CSS?

