HTML <font> face Attribute
HTML <font> tag
Example
Specify the font of text:
| <font face="verdana">This is some text!</font> |
Try it yourself » |
Definition and Usage
The face attribute specifies the font of the text inside a font element.
Tip: The value of the face attribute can hold several font names as a
"fallback" system. List the font that you want first, followed by any fonts that
can fill in for the first, if it is unavailable. You should end the list with a
generic font (serif, sans-serif, monospace, cursive or fantasy), to let the
browser pick a font that is in the generic family, if no other fonts are
available.
Browser Support

The face attribute is supported in all major browsers.
Compatibility Notes
The face attribute of <font> is deprecated, and
is not supported in HTML 4.01 Strict / XHTML 1.0 Strict
DTD.
Use CSS instead.
CSS syntax: <p style="font-family: verdana">
CSS Example: set the font of text
In our CSS tutorial you can find more details about the font-family property.
Syntax
Attribute Values
| Value |
Description |
| font_family |
The font of the text. To specify a prioritized list of several fonts, separate the names
with a comma (like this <font face="verdana,arial,sans-serif"> |
HTML <font> tag
Start Creating a stunning, Flash website. It's easy and free!
Wix is a revolutionary web design tool that provides you with a free, simple,
drag & drop editing platform to create your own professional and beautiful website.
Over 2 Million users have created their website with Wix.
Now create yours!
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 4000 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|