I am creating a web-based app that will be displayed on television and other large monitors. I am wanting a quick and easy way to increase the font size to fit the window si
Heres a simpler and no-jquery solution:
onresize=onload=function(){document.body.style.fontSize=window.innerWidth+"px"}