SyntaxFix
Write A Post
Hire A Developer
Questions
Sure. You could use CSS3 text-shadow :
text-shadow
text-shadow: 0 0 2px #fff;
However it wont show in all browsers right away. Using a script library like Modernizr will help getting it right in most browsers though.