为什么文本有时会显示,有时不在网页中?

时间:2014-03-14 11:47:30

标签: html fonts webfonts

我有这个布局我正在研究,有时候文字没有显示。但是,如果我刷新它几次,它会显示出来。

Chrome控制台输出为:

event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

只有这个,所以,没有404,没有503,没有500,没有任何错误。

所以,我正在使用一些网络字体,他们仍然是本地的,这里是我的font-face :::

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(../font/OpenSans.woff) format('woff');
}

@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../font/OpenSans-Bold.woff) format('woff');
}

我完全不知道为什么会这样,有人可能会遇到这样的事情......所以......

0 个答案:

没有答案