字体base64编码在CSS还是多个请求?

时间:2014-05-29 14:25:53

标签: css base64 stylesheet font-face

我想知道这是否是正确的行为。

因为我在样式表base64编码中有字体 我仍然看到多个0字节的请求。

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

Screenshot

0 个答案:

没有答案