files/en-us/web/html/reference/elements/font/index.md
{{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.
Like all other HTML elements, this element supports the global attributes.
color {{Deprecated_Inline}}
face {{Deprecated_Inline}}
size {{Deprecated_Inline}}
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.This element implements the {{domxref("HTMLFontElement")}} interface.
<!-- ## Technical summary -->{{Specifications}}
{{Compat}}