gpt4 book ai didi

CSS-@font-face

转载 作者:太空宇宙 更新时间:2023-11-04 11:13:31 25 4
gpt4 key购买 nike

下面的代码有没有问题?:

当我在网页中加载此字体时,该字体不起作用。

@font-face {
font-family: 'yekan';
src: url('http://yekandroidi.persiangig.com/other/ip-address/fonts/byekan-webfont.eot');
src: url('http://yekandroidi.persiangig.com/other/ip-address/fonts/byekan-webfont.eot?#iefix') format('embedded-opentype'),
url('http://yekandroidi.persiangig.com/other/ip-address/fonts/byekan-webfont.woff2') format('woff2'),
url('http://yekandroidi.persiangig.com/other/ip-address/fonts/byekan-webfont.woff') format('woff'),
url('http://yekandroidi.persiangig.com/other/ip-address/fonts/byekan-webfont.ttf') format('truetype'),
url('http://yekandroidi.persiangig.com/other/ip-address/fonts/byekan-webfont.svg#yekan') format('svg');
font-weight: normal;
font-style: normal;

}

p {
font-family: yekan; /*nothing appear*/
}

最佳答案

字体来源'http://yekandroidi.persiangig.com ' 已被跨源资源共享策略阻止加载:请求的资源上不存在“Access-Control-Allow-Origin” header

要么在服务器上启用 CORS,要么使用不同的 URL 来访问字体

关于CSS-@font-face,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33408185/

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