o2team / H5Skills

移动端开发技巧集合
831 stars 80 forks source link

CSS实现文字描边 #60

Open Tingglelaoo opened 7 years ago

Tingglelaoo commented 7 years ago

方法一:利用多层文字阴影text-shadow

不够理想。

方法二(推荐):使用属性-webkit-text-stroke

-webkit-text-stroke是应用于文字的描边特性的属性,尚未列入正式标准。 是以下属性的简写:

-webkit-text-stroke-width: 0
-webkit-text-stroke-color: currentColor

需要额外的修正。