gpt4 book ai didi

css - 从 fontsquirrel 站点生成的 webfonts,如何更改目录?

转载 作者:太空宇宙 更新时间:2023-11-04 05:24:47 27 4
gpt4 key购买 nike

从 FontSquirrel 的字体生成器生成了几个 webfont 工具包,将它们放入 css 文件中,它们可以工作,但前提是这些文件与 css 文件位于同一目录中。

如何在指定不同的目录时让它们工作?

当前代码:

@font-face {
font-family: 'ChunkFiveRoman';
src: url('chunkfive-webfont.eot');
src: url('chunkfive-webfont.eot?iefix') format('eot'),
url('chunkfive-webfont.woff') format('woff'),
url('chunkfive-webfont.ttf') format('truetype'),
url('chunkfive-webfont.svg#webfont374IVrsF') format('svg');
font-weight: normal;
font-style: normal;
}

我希望所有文件都位于 /assets/webfonts 中。

我尝试了 /assets/webfonts../assets/webfonts ...这些都不起作用...

谢谢你,汤姆

最佳答案

根据 W3C :

Partial URLs are interpreted relative to the source of the style sheet, not relative to the document

那么,字体相对于您的 css 位于何处?

/assets/webfonts/ 表示开始查找根文件夹。

../assets/webfonts/ 查找从一级目录开始的路径

如果您的 assets 文件夹是您的 css 所在文件夹中的子目录,请尝试 assets/webfonts/

关于css - 从 fontsquirrel 站点生成的 webfonts,如何更改目录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5370770/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com