Trying to figure out the perfect font size for my webpage. Currently, I've set it at -webkit-xxx-large
because it looks great in my window.
What I really want is for the text to always fit within the width of the window, regardless of how big or small it is (not too concerned about height).
For example:
Window Width 1920px - font-size: -webkit-xxx-large
Window Width 480px - font-size: large
Whether it requires Javascript/jQuery or just CSS doesn't matter to me. I just need a solution that works no matter the screen size.