我无法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/