Responsive font-size

you can make text scalable, when you use style=“font-size: 5vw” in innerHTML
example:

<div style="font-size: 2.5vw">this is text</div>
7 Likes