Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/33.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 资源解释为字体,但使用MIME类型text/html传输_Css_Fonts - Fatal编程技术网

Css 资源解释为字体,但使用MIME类型text/html传输

Css 资源解释为字体,但使用MIME类型text/html传输,css,fonts,Css,Fonts,我查过这个网站 不太确定它不会使用这种字体? 如何使其使用此特定字体? 按照上述方式配置您的nginx。如果您没有权限,恐怕您对此无能为力。 @font-face { font-family:kai; src: url(fonts/kai.ttf); } body { font-family: kai, georgia, tahoma,verdana,serif; }

我查过这个网站

不太确定它不会使用这种字体? 如何使其使用此特定字体?


按照上述方式配置您的nginx。

如果您没有权限,恐怕您对此无能为力。
@font-face {
    font-family:kai;
    src: url(fonts/kai.ttf);
}

body {
    font-family: kai, georgia, tahoma,verdana,serif;        
}