Use Multple Text-Shadows
Alternatively, you could use text stroke, which only works in webkit:
text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff,
0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px
0 #fff, -1px 1px 0 #fff;
Alternatively, you could use text stroke, which only works in webkit:
-webkit-text-stroke-width: 2px; -webkit-text-stroke-color: #fff;
Advertisments
No comments: