I have a div that contains some text (which can be of varied length). The div grows and shrinks in size, both vertically and horizontally, depending on the size of the screen. The text may wrap into multiple lines when it gets too long.
How can I automatically adjust the font size, so that the text would fill the div vertically?