css に css を実装しました@font-face
が、Internet Explorer 9、FireFox、および Chrome では問題ありませんが、Internet Explorer 7 および Internet Explorer 8 で Web サイトにアクセスすると機能しません。以下の私のコードを見てください。誰かが私に提案するコードを持っていますか?
@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;}