css letterpress firefox无法正常工作

时间:2012-07-06 14:12:20

标签: html css frontend

我使用自己的字体进行此凸版印刷效果,并且完全适用于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;不起作用。 非常感谢帮助。

1 个答案:

答案 0 :(得分:0)

查看有关堆栈溢出的问题。提到的答案是好的和解释性的 由于webkit对此有自己的支持,因此最好能够为此做好准备。以下链接提供一个。 -moz-background-clip: *text* in Mozilla