The face attribute defines the name of the font of the text within the font element. To use this attribute you must specify the font name. If the font is not found, then the font of the text component or the previous font specified in thetag is used.

 

The sample below shows how to use the face attribute:

 

<font face="Arial" ...>

 

 

Alternative Attributes

Instead of the "face" attribute the attributes "name" and "family" can be used. All these attributes are identical. For example:

 

<font face="Courier" ...>

 

<font name="Courier" ...>

 

<font family="Courier" ...>

 

 

All the text expressions above specify the same font.

 

 

Alterative Tags

The tag is the same as the tag with the face attribute. For example:

 

<font-face="Arial">