【发布时间】:2013-06-20 19:34:07
【问题描述】:
我无法在 Internet Explorer 8 中使用数据 URI 中的 base64 编码自定义字体。这是我的 fon-face css:
@font-face {
font-family: 'myfont';
src: url('data:application/x-font-woff;base64,[BASE_64_HERE]'),
url('data:font/eot;base64,[BASE_64_HERE]') format('embedded-opentype');
}
它在 Chrome 中运行良好,但在 IE8 中无法运行。
【问题讨论】: