CSS font-smooth Property Reference

The CSS font-smooth property is a nonstandard property in CSS Fonts. Review its formal syntax, computed behavior, and practical declarations.

CSS font-smooth Property Reference

The CSS font-smooth property is a nonstandard property in CSS Fonts. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

font-smooth overview

The CSS font-smooth property is a nonstandard property in CSS Fonts. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

font-smooth formal syntax
FieldValue
Formal syntaxauto | never | always | <absolute-size> | <length>
Initial valueauto
Applies toallElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Fonts
StatusNonstandard

Practical examples

These declarations demonstrate valid ways to set font-smooth. The initial and inherit global keywords remain available even when a property-specific value is preferable.

font-smooth live example
CSS .reset-example { font-smooth: initial; } .inherit-example { font-smooth: inherit; } @supports (font-smooth: initial) { .supported { font-smooth: initial; } }

Description

The CSS font-smooth property is a nonstandard property in CSS Fonts. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: font-smooth
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies