class js.html.BaseFontElement extends Element
Available on jsObsolete
Documentation for this class was provided by MDN.
Instance Fields
var color:String
This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format.
var face:String
This attribute contains a list of one or more font names. The document text in the default style is rendered in the first font face that the client's browser supports. If no font listed is installed on the local system, the browser typically defaults to the proportional or fixed-width font for that system.