setInterval(function() {
[].forEach.call(document.getElementsByTagName("*"), e => e.style.fontFamily = "Comic Sans MS" );
}, 1);