ANSWER: My answer to how to accomplish this was found here: Is it possible to adjust a font's vertical scaling using CSS?
I have a div which is
477 width x 171 height, I'm wondering if there's away I can force it to
Using FitText.js on a completely random text "Please don't down vote :)"
Adjust my text to fit in the width. However I would like to un proportionally make it fit.
To summarize I want to make the text fit the size of a div both height and width. I realize it might be aesthetically un pleasing since the font is stretched un proportional but for this case I need it.
I've searched not his subject, the answers are very old, '11 and others didn't help for both height and width.
Edit: The question is for BOTH height and width. Other questions cover only width and proportionally adjusting the font. Second edit: As also stated above the answers from some of those are from '11 way outdated.
Edit: This covers only width: CSS : Is it possible to adapt font size to div width? This covers responsive text as in proportionally changing font size: Pure CSS to make font-size responsive based on dynamic amount of characters This suggest fittext js which I posted on here that I'm using and does proportional enlarge: HTML / CSS - adjust font-size to fill parent height and width This doesn't give helpful info, CSS: Scale font-size to fit parent block element height This covers responsive also.
The question is to adjust to a height and width of the div.
In example make the font in this case 477 width x 171 height.
I haven't been able to dig into it with code because I can't find anything that address doing both height and width.