'face' Syntax and Note : face « Javascript Properties « JavaScript Reference

'face' Syntax and Note

Note:

Read and write property. 
Specifies a comma-delimited list of the font-family names used to 
render the element's content.
    
Syntax:
    
document.getElementById("elementID").face = value
document.all.elementID.face = value // IE only

    

      
      








Related examples in the same category

1.'face' Example
2.'face' is applied to