我有这段代码,旨在使 webfonts 在每个浏览器中都能正常工作:
@font-face {
font-family: 'TradeGothic-BoldCondensedNo20';
src: url('../fonts/tradegothic/trade-gothic-lt-std-bold-condensed-no-20.eot?') format("embedded-opentype"),
url('../fonts/tradegothic/trade-gothic-lt-std-bold-condensed-no-20.woff') format('woff'),
url('../fonts/tradegothic/trade-gothic-lt-std-bold-condensed-no-20.ttf') format('truetype');
}
但是,它仍然无法在 IE8 及更早版本中运行。