0

What is the equivalent of jQuery's $('*').css('font-size', ''); in JavaScript? I want to change font-size of every element on my website.

document.body.style.fontSize = "20px"; doesn't work good for me.

XardasLord
  • 1,764
  • 2
  • 20
  • 45

0 Answers0