@font-face 正在处理原始文件,但不在我正在处理的新文件上?
提供链接并显示问题会更容易,所以这里是:
旧文件: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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您不能在
@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.