font-face wordpress - IE问题

时间:2013-09-19 10:54:24

标签: css wordpress font-face webfonts

我有一个基于wordpress的网站,它使用我自己的主题。问题是,当我在IE中打开网站时,在控制台中我收到有关“跨源请求”的错误CSS3117。

@font-face {
  font-family: 'Centurygothic';
  src: url('fonts/Centurygothic.eot');
  src: url('fonts/Centurygothic.eot?#iefix') format('embedded-opentype'),
       url('fonts/Centurygothic.woff') format('woff'),
       url('fonts/Centurygothic.ttf') format('truetype'),
       url('fonts/Centurygothic.svg#centurygothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

字体与样式等在同一目录中,当我通过直接URL打开该字体时,字体被正确找到。所以出现跨域问题很奇怪。有任何想法吗?

1 个答案:

答案 0 :(得分:1)

我相信你会在this prior post中找到关于跨源网络字体和IE的答案。