-Webkit-Text-Stroke-Width

A color for the text stroke.

Syntax
      -webkit-text-stroke-width: width ;

If not specified, the width specified by the width property is used.

-webkit-text-fill-color is commonly used in combination with -webkit-text-stroke-width. Changes to this property can be animated.

Examples:
h1 { -webkit-text-stroke-width: 0.5px; }
.emw3class { -webkit-text-stroke-width: 2px; }

#emw3id { -webkit-text-stroke-width: inherit; }

Try it:

This webkit formatting is not yet on the standards track, so you may wish to add additional emphasis with bold or italic.

(CSS 1) Browser Support: Firefox, Safari, Chrome.

“Being called a traitor by Dick Cheney is the highest honor you can give an American.” ~ Edward Snowden

Related:

-webkit-text-fill-color - Text fill color (inside)
-webkit-text-stroke -width -color- Stroke


Copyright © 2013-2022 Emw3.com
Some rights reserved