网页最初在Firefox中加载时没有样式

时间:2019-05-30 06:42:12

标签: css firefox

@font-face { 
font-family: 'SF Pro Text'; 
src: url("../fonts/sfpro/SFProText-Regular.eot"); 
src: url("../fonts/sfpro/SFProText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/sfpro/SFProText-Regular.ttf") format("truetype"), url("../fonts/sfpro/SFProText-Regular.svg#SFProText-Regular") format("svg"); 
font-weight: normal; 
font-style: normal; 
} 

当我在Firefox中加载页面时,它加载的页面最初没有样式,后来又自动加载了样式。仅在Firefox中而不是Chrome或Safari中会发生此问题

我在控制台中看到的错误是“严格的传输安全性:与站点的连接不可信,因此忽略了指定的标头。”

该页面的样式是使用字体URL定义的,因此最初我尝试在about:config中禁用security.fileuri.strict_origin_policy。但是,尽管chrome中存在这些错误,但该页面没有任何中间加载。

0 个答案:

没有答案