CSS- webkit-text-stroke but stroke covers font-color
问题 Please take a look at here using Chrome : http://jsfiddle.net/u8BdB/ Why the webkit-text-stroke is covering also the font color? I would like to put stroke outside of the text, it seems like it is assumed inside so it covers the font color :/ unbelievable any help appriciated thanks. 回答1: You can do a CSS-based outside text stroke by using ::pseudo-elements. You can actually even do 2 layers of outside stroke. You can see the technique on http://www.petercarrero.com/examples/stroke/ This