CSS property: -webkit-text-stroke-width
    Description
Specifies the width for the text outline.
This property is significant only in combination with -webkit-text-stroke-color.
Syntax
-webkit-text-stroke-width: medium | thick | thin | <width>;
Values
- medium
- A medium stroke. 
- thick
- A thick stroke. 
- thin
- A thin stroke. 
- <width>
- Length unit. The width of the stroke.