So, I said this might be possible to my client, and i said I'd research it and let him know. Anyways, with JS or a CSS hack, is it possible to make text stretch 100% of the window? What i mean by this is, how can I make the title of his site, no matter the window size, fit exactly 100% inside the window by dynamically changing the font size to equal the same width?
I'm currently attempting to make a hidden span with a O inside and dynamically pulling the size of the span holding the O and seeing if it changes and if so resizes the font based on some specific size. It's super hacky, and isn't bulletproof, so that's why Im asking.