Name
FACE — NN 3 IE 3 HTML 4
Synopsis
FACE=”fontFaceName1[, ... fontFaceNameN]"Optional
You can assign a hierarchy of font faces to use for a segment of text
contained by a FONT element. The browser looks for
the first font face in the comma-delimited list of font face names
until it either finds a match on the client system or runs out of
choices, at which point the browser default font face is used. Font
face names must match the system font face names exactly. If you use
this attribute (instead of the preferred style sheet attribute), you
can always suggest a generic font face (serif,
sans-serif) as the final choice.
Example
<FONT FACE="Bookman, Times Roman, serif">...</FONT>
Value
One or more font face names, including the recognized generic faces:
serif | sans-serif |
cursive | fantasy |
monospace.
Default
Browser default.
Object Model Reference
- IE
[window.]document.all.elementID.face
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access