Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/37.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 关于字体加载问题_Css - Fatal编程技术网

Css 关于字体加载问题

Css 关于字体加载问题,css,Css,我的网站有一个问题,即字体没有首先加载我不知道为什么字体加载非常慢,我使用@fontface作为字体 检查它检查字体路径我认为它链接不正确 字体路径:- 我建议使用字体生成器:- 或者使用谢谢SaurabhLP字体生成器 代码:- }接受旧问题的答案。无SaurabhLP其工作良好的链接:-yellowsandred.in/newTest/fonts/Neutura%20Regular\u 0.otfb但您提供的网站正在向该链接发送信号,请在打开firebug时查看网站。。。 @font-

我的网站有一个问题,即字体没有首先加载我不知道为什么字体加载非常慢,我使用@fontface作为字体
检查它

检查字体路径我认为它链接不正确

字体路径:-

我建议使用字体生成器:-


或者使用

谢谢SaurabhLP字体生成器 代码:-



}

接受旧问题的答案。无SaurabhLP其工作良好的链接:-yellowsandred.in/newTest/fonts/Neutura%20Regular\u 0.otfb但您提供的网站正在向该链接发送信号,请在打开firebug时查看网站。。。
@font-face {
font-family: 'UniversLTStd47CnLtBold';
src: url('../fonts/universltstd-boldcn_0-webfont.eot');
src: url('../fonts/universltstd-boldcn_0-webfont.eot?#iefix') format('embedded-opentype'),
     url('../fonts/universltstd-boldcn_0-webfont.woff') format('woff'),
     url('../fonts/universltstd-boldcn_0-webfont.ttf') format('truetype'),
     url('../fonts/universltstd-boldcn_0-webfont.svg#UniversLTStd47CnLtBold') format('svg');
font-weight: normal;
font-style: normal;