我用我自己的字体有这种凸版效果,它在 Chrome 和 Safari 上完美运行。
.letterpress {
text-align: center;
font: 95px peskeu;
background-color: #666666;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
text-shadow: 0px 2px 4px rgba(255,255,255,0.65);
}
我最近看到这-moz-background-clip:text;
不起作用。帮助将不胜感激。