I\'m having a hard time getting my head around font scaling.
I currently have a website with a body font-size of 100%. 100% of what though? This seems t
font-size
In case it's helpful to anyone, most of the solutions in this thread were wrapping text into multiple lines, form e.
But then I found this, and it worked:
https://github.com/chunksnbits/jquery-quickfit
Example usage:
$('.someText').quickfit({max:50,tolerance:.4})