字体文件从磁盘缓存中返回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');
}