Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/html/element/font/index.md
6532 views
---
title: <font> slug: Web/HTML/Element/font page-type: html-element status: - deprecated browser-compat: html.elements.font
---

{{HTMLSidebar}}{{Deprecated_Header}}

The <font> HTML element defines the font size, color and face for its content.

Warning: Do not use this element. Use the CSS Fonts properties to style text.

Attributes

Like all other HTML elements, this element supports the global attributes.

  • color {{Deprecated_Inline}}

    • : This attribute sets the text color using either a named color or a color specified in the hexadecimal #RRGGBB format.

  • face {{Deprecated_Inline}}

    • : This attribute contains a comma-separated 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.

  • size {{Deprecated_Inline}}

    • : This attribute specifies the font size as either a numeric or relative value. Numeric values range from 1 to 7 with 1 being the smallest and 3 the default. It can be defined using a relative value, like +2 or -3, which sets it relative to 3, the default value.

DOM interface

This element implements the {{domxref("HTMLFontElement")}} interface.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}