'font' Syntax and Note
Note:
Set the font style properties: font-family,
font-style,
font-size,
font-variant,
font-weight,
line-height.
Syntax:
element { font: values }
elementID.style.font = "value"
document.all.elementID.style.font = "values" // IE only
Related examples in the same category