I have the following HTML and CSS:
One option is to use text-shadow to simulate a stroke. Example:
text-shadow
text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;