0 / 60 seg.

What CSS property should be used to change the font of an element?

<p id="myParagraph">Hello World</p>
document.getElementById("myParagraph").style.? = 'Arial';