(function() { var iwidth = document.documentelement.getboundingclientrect().width; iwidth if (iwidth > 768) { iwidth = iwidth >= 1920 ? 1920 : iwidth; document.getelementsbytagname("html")[0].style.fontsize = iwidth / 19.2 + "px"; } else { iwidth = iwidth > 750 ? 750 : iwidth; document.getelementsbytagname("html")[0].style.fontsize = iwidth / 10 / 0.75 + "px"; } })(); window.onresize = function() { var iwidth = document.documentelement.getboundingclientrect().width; iwidth // console.log(iwidth) if (iwidth > 768) { iwidth = iwidth > 1920 ? 1920 : iwidth; document.getelementsbytagname("html")[0].style.fontsize = iwidth / 19.2 + "px"; } else { iwidth = iwidth > 750 ? 750 : iwidth; document.getelementsbytagname("html")[0].style.fontsize = iwidth / 10 / 0.75 + "px"; } };