Is it possible to tell a h1 to size the text so it fills the full 100% width of the element?
Like this.
code:
<h1>FOO</h1>
<h1>BAAR</h1>
Try this plugin.
It's great for responsive text.
EDIT:
jQuery("#element1").fitText(1.2, { minFontSize: '20px', maxFontSize: '540px' });
jQuery("#element2").fitText(1.2, { minFontSize: '40px', maxFontSize: '340px' });