Skip to content

给字体描边

在 css 中可以使用-webkit-text-stroke给字体描边。

css
h2 {
  -webkit-text-stroke: 1px #fff;
}
h2 {
  -webkit-text-stroke: 1px #fff;
}