0

我有一个问题,我@font-face在我的 css 上实现了一个 css,在 Internet Explorer 9、FireFox 和 Chrome 中都可以,但是当我使用 Internet Explorer 7 和 Internet Explorer 8 访问我的网站时,它无法正常工作。看看我下面的代码,有人对我有任何建议代码吗?

@font-face {
  font-family: "Steelfish";
  src: url('../fonts/steelfish/steelfish_eb-webfont.eot');
  src: url('../fonts/steelfish/steelfish_eb-webfont.eot?#iefix') format('eot'), url('../fonts/steelfish/steelfish_eb-webfont.woff') format('woff');
  font-weight: 800;
}

@font-face {
  font-family: "Steelfish";
  src: url('../fonts/steelfish/steelfish_bd-webfont.eot');
  src: url('../fonts/steelfish/steelfish_bd-webfont.eot?#iefix') format('eot'), url('../fonts/steelfish/steelfish_bd-webfont.woff') format('woff');
  font-weight: bold;}
4

0 回答 0