すべてのブラウザーで Web フォントを適切に動作させるための次のコードがあります。
@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 以前ではまだ動作しません。