You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
383 B

10 months ago
!(function (e, t) {
var n = t.documentElement,
i = 'orientationchange' in window ? 'orientationchange' : 'resize',
a = function () {
var e = n.clientWidth
e && (n.style.fontSize = 100 * (e / 1920) + 'px')
}
t.addEventListener &&
(e.addEventListener(i, a, !1),
t.addEventListener('DOMContentLoaded', a, !1))
})(window, document)