0
我用我自己的字體有這個凸印效果,它完全適用於Chrome和Safari。css凸印firefox不工作
.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;
不起作用。 幫助將非常感激。