-webkit-text-stroke-width property

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Specifies the width of the text stroke.

Syntax

-webkit-text-stroke-width: <length>

Property values

length

The width of the stroke.

CSS information

Applies ToAll elements
Mediavisual
Inheritedno
Initial Value0

Examples


h1 {
   -webkit-text-stroke-width: 5px;
}

See also

-webkit-text-stroke
-webkit-text-stroke-color

 

 

Show: