Hi There,
Yes that is possible using some CSS. Add this on Appearance > Customize > Custom > CSS
.custom-text-stroke{
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
Feel free to change #000 to your preferred color of strokes.
Then add the class custom-text-stroke to the text element class field.
Hope this helps,