@font-face 正在处理原始文件,但不在我正在处理的新文件上?

发布于 2024-12-16 19:41:03 字数 341 浏览 1 评论 0原文

提供链接并显示问题会更容易,所以这里是:

旧文件:http://demo41。 abcguide.com/index.php

这是我正在处理的新文件:

http://demo41.abcguide.com/slice.html

我直接从旧的CSS复制了@font-face,但它没有在新的slice.html上显示字体文件..感谢帮助。

It's easier to just provide links and show the issue, so here goes:

The old file: http://demo41.abcguide.com/index.php

And here's the new file I'm working on:

http://demo41.abcguide.com/slice.html

I've copied the @font-face directly from the old CSS, but it's not showing the font on the new slice.html file.. help is appreciated.

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

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

发布评论

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

评论(1

吲‖鸣 2024-12-23 19:41:03

您不能在 @media 中嵌套 @font-face 声明。它们必须位于 CSS 文档的根目录中才能工作,因此目前它们被忽略。

You can't nest @font-face declarations within @media. They must be in the root of your CSS document to work, and so they are currently being ignored.

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