So I'd like to have a paragraph of text which responds to changes in window size by adjusting the font or zoom such as it looks as big as possible while fitting into screen. I'd prefer to do it using SVG, but DOM and Canvas are options as well. I'm new to these stuff so any tips how should I proceed doing this? Link to similar answered question would be useful too, I just couldn't find one.
Thank you!