Chrome尝试在更新到版本74后从Cache加载字体。最新版本中的实现是否有变化?

时间:2019-05-30 00:01:19

标签: html css google-chrome

字体文件从磁盘缓存中返回200,但没有实际的字体,因此不会加载字体。在较早的版本中,每次返回304时。我正在加载字体字体,如下所示。

@font-face {
    font-family: RobotoLight;
    src: url('/stylesheets/fonts/Light/Roboto-Light-webfont.eot?i=1#iefix');
    src: url('/stylesheets/fonts/Light/Roboto-Light-webfont.eot?i=1#iefix') format('embedded-opentype'),
     url('/stylesheets/fonts/Light/Roboto-Light-webfont.woff?i=1#iefix') format('woff'),
     url('/stylesheets/fonts/Light/Roboto-Light-webfont.ttf?i=1#iefix') format('truetype'),
     url('/stylesheets/fonts/Light/Roboto-Light-webfont.svg#RobotoLight') format('svg');
}

0 个答案:

没有答案