フォントフェイスを使用してLucida Sansの通常のフォントを埋め込み、ie9を除くすべてのブラウザーで正常に動作します。私は次のようなfontfaceを使用しました:
@font-face {
font-family: 'Lucida-Sans-regular';
src: url('../fonts/Lsans.eot');
src: local('Lucida sans'), url('../fonts/Lsans.woff') format('woff'), url('../fonts/Lsans.ttf') format('truetype'), url('../fonts/Lsans.svg') format('svg');
font-weight: normal;
font-style: normal;
}
iE9で動作させるのを手伝ってくれる人はいますか?