@@ -80,7 +80,7 @@
if (ratio) {
ratio = Math.round(ratio * 100);
}
- docEl.style.fontSize = (0.068 * window.outerWidth + 48) + "px";
+ docEl.style.fontSize = (0.0014 * window.outerWidth + window.outerHeight * 0.328 - 10) + "px";
return ratio;