css.properties

text-decoration-thickness

The text-decoration-thickness property sets the thickness of text decorations.

Formal Syntax

text-decoration-thickness = auto | from-font | <length-percentage> <length-percentage> = [ <length> | <percentage> ]

See specification

JavaScript Access

// Access via element.style element.style.textDecorationThickness = "auto";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
text-decoration-thickness897012.189
auto877012.187
from-font877012.187
percentage877417.487

Related Properties