解决方法一

-webkit-text-stroke: 1px greenyellow;

解决方法二

text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;