Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.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_Fonts - Fatal编程技术网

Css 无法按要求获取字体系列

Css 无法按要求获取字体系列,css,fonts,Css,Fonts,我的字体系列按以下顺序排列。它在一台服务器上工作正常,但在另一台服务器上,它读取的是第二个字体系列(verdana),而不是第一个字体系列(breuer文本媒体)。我已在其位置正确安装字体,但不确定缺少什么。谁能帮帮我吗 @font-face { font-family: "breuer_textmedium"; font-style: normal; font-weight: normal; src: url("fonts/breuertext-medium-w

我的字体系列按以下顺序排列。它在一台服务器上工作正常,但在另一台服务器上,它读取的是第二个字体系列(verdana),而不是第一个字体系列(breuer文本媒体)。我已在其位置正确安装字体,但不确定缺少什么。谁能帮帮我吗

@font-face {
    font-family: "breuer_textmedium";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/breuertext-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/breuertext-medium-webfont.woff") format("woff"), url("fonts/breuertext-medium-webfont.ttf") format("truetype"), url("fonts/breuertext-medium-webfont.svg#breuer_textmedium") format("svg");
}

问题在于对s3服务器的访问权限。

这是我的字体系列订单-字体系列:“breuer_textmedium”,verdana,arial;是否已验证(在浏览器开发工具:网络选项卡或服务器日志文件中)字体文件是否由浏览器加载?是的,字体已加载到developer toolstry的字体选项卡中删除下划线并替换为连字符或空格。问题在于访问s3服务器。谢谢你的时间