'font-family' Syntax and Note : font family « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'font-family' Syntax and Note

Note:

Set font family.

Syntax:
    
element { font-family: value }
elementID.style.fontFamily = "value"
document.all.elementID.style.fontFamily = "value" // IE only
    

      
      








Related examples in the same category

1.'font-family' Example
2.'font-family' Possible Values
3.'font-family' is applied to