CSS property: -webkit-text-stroke
    Description
Specifies the width and color of the outline (stroke) of text.
This property is commonly used in combination with -webkit-text-fill-color.
See -webkit-text-stroke-color and -webkit-text-stroke-width.
Syntax
-webkit-text-stroke: <width> <color>;
Values
- <width>
- The width of the stroke. 
- <color>
- TThe color of the stroke.