是否可以使用 CSS3 和 CSS3 实现类似于 Cufon 的文本渐变? @字体脸?

发布于 2024-09-09 03:38:25 字数 283 浏览 11 评论 0原文

使用@font-face和CSS3我想模拟线性渐变,您可以使用Cufon在文本上实现

颜色:'-线性渐变(#7f7f7f,#616161)',

我有 webkit 规则

-webkit-gradient(线性, 0% 0%, 0% 100%, 从(#7F7F7F), 到(#616161));

但似乎无法使用颜色:选择器或任何其他变体将其应用于文本。有办法做到这一点吗?

Using @font-face and CSS3 I want to simulate the linear gradient that you can achieve on text using Cufon

color: '-linear-gradient(#7f7f7f, #616161)',

I have the webkit rule

-webkit-gradient(linear, 0% 0%, 0% 100%, from(#7F7F7F), to(#616161));

but can't seem to get it to apply to the text using the color: selector or any other variation. Is there a way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

霊感 2024-09-16 03:38:26

是的,有一种方法可以在 webkit 浏览器中做到这一点。请参阅本教程 http:// net.tutsplus.com/tutorials/html-css-techniques/quick-tip-pure-css-text-gradients/

Yes there is a way to do it in webkit browsers. See this tutorial http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-pure-css-text-gradients/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文