body id 字体问题
我有“style.css”,我的网站的两个页面(主页和图库页面)使用它。
问题是在主页上加载了@font-face,但在图库页面上未加载@font-face。 文件夹结构为“site”>“gallery”(图库位于“site”文件夹中),“style.css”位于“site”> css
I have "style.css" which is used by 2 pages of my website, the home page and the gallery page.
The problem is that on the home page @font-face is loaded but on the gallery page the @font-face isn't loaded.
Folder structure is "site">"gallery" (gallery is in the "site" folder) and the "style.css" is situated in the"site">css
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这看起来很简单...将
../
放在 css include 的前面This seems pretty straight forward... put
../
infront of the css include