document.querySelectorAll("*").forEach(function(e) { 
  var ff = window.getComputedStyle(e).getPropertyValue("font-family");
  if (ff !== "" && ff !== "inherit") {
    e.style.setProperty("font-family", "arial", "important");
  }
});
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기