document.querySelectorAll("*").forEach(function(e) {
var ff = window.getComputedStyle(e).getPropertyValue("font-family");
if (ff !== "" && ff !== "inherit") {
e.style.setProperty("font-family", "arial", "important");
}
});
document.querySelectorAll("*").forEach(function(e) {
var ff = window.getComputedStyle(e).getPropertyValue("font-family");
if (ff !== "" && ff !== "inherit") {
e.style.setProperty("font-family", "arial", "important");
}
});
최근 댓글