とはfont-face
作業できません。IE7
IE8
私が使用したコードは次のとおりです。
@font-face {
font-family: 'DroidSans';
src: url('fonts/DroidSans.eot');
src: url('fonts/DroidSans.eot?iefix') format('eot'),
url('fonts/DroidSans.woff') format('woff'),
url('fonts/DroidSans.ttf') format('truetype'),
url('fonts/DroidSans.svg#webfont1BSMunJa') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DroidSans';
src: url('fonts/DroidSans-Bold.eot');
src: url('fonts/DroidSans-Bold.eot?iefix') format('eot'),
url('fonts/DroidSans-Bold.woff') format('woff'),
url('fonts/DroidSans-Bold.ttf') format('truetype'),
url('fonts/DroidSans-Bold.svg#webfont1BSMunJa') format('svg');
font-weight: bold;
}
@font-face {
font-family: 'Lobster';
src: url('fonts/Lobster.eot');
src: url('fonts/Lobster.eot?iefix') format('eot'),
url('fonts/Lobster.woff') format('woff'),
url('fonts/Lobster.ttf') format('truetype'),
url('fonts/Lobster.svg#webfont1BSMunJa') format('svg');
font-weight: normal;
font-style: normal;
}
私はこれらの記事を読みました:
- http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/
- http://www.fontspring.com/blog/the-new-bulletproof-font-face-syntax
- http://www.fontspring.com/blog/further-hardening-of-the-bulletproof-syntax
彼らはすべて、このソリューションはクロスブラウザー互換性があるはずだと述べています。
ブラウザの互換性: Safari、IE 6-9、IE 9 互換モード、Firefox、Chrome、iOS、Android、Opera
私は何を間違っていますか?これらの経験のある人はいますか?
ここでこれをテストしています:dev.holiday.ge/xhtml/