我想知道这是否是正确的行为。
因为我在样式表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');
}