<head>
<title>
Text Stroking
</title>
</head>
<body style="font-size:64px">
<div style="text-decoration: underline; -webkit-text-fill-color:purple; -webkit-text-stroke-color:black; -webkit-text-stroke-width:2px;">Purplè fill, black stroke, complex text, black underline</div>
<div style="text-decoration: overline; -webkit-text-stroke: thin orange; color:black;">Orange stroke, black fill, orange overline.</div>
<div style="text-decoration: underline; -webkit-text-fill-color:blue; -webkit-text-stroke: thin transparent; text-shadow: 5px 5px 10px red;">No stroke, blue fill, red shadow, blue underline</div>