.stroke {
 color: #c00;
 -webkit-text-stroke: 1px #000;
}

.stroke-transparent {
 -webkit-text-stroke: 1px #000;
 -webkit-text-fill-color: transparent;
}
