android原生浏览器上的@ font-face无法正常工作

时间:2013-12-17 10:36:20

标签: android css font-face

经过几个小时的故障排除,似乎无法找到任何可以为我的项目工作的内容。 问题是font-face在所有主流浏览器中都有效,除了Android的原生浏览器,在三星S2-S3,Xperia M等上测试过。

一些代码......

/* Generated by Font Squirrel (http://www.fontsquirrel.com) */

@font-face {
font-family: 'vaud_display_regular_book';
src: url('fonts/vauddisplaybook-webfont.eot');
src: url('fonts/vauddisplaybook-webfont.eot?#iefix') format('embedded-opentype'), 
    url('fonts/vauddisplaybook-webfont.woff') format('woff'), 
    url('fonts/vauddisplaybook-webfont.ttf') format('truetype'), 
    url('fonts/vauddisplaybook-webfont.svg#vaud_displayregular') format('svg');
font-weight: normal;
font-style: normal;
}

/*... etc got about 22 differents fonts */

@font-face {
font-family: 'virginia_boldregular';
text-transform: uppercase;
src: url('fonts/TypeAssociates-VirginiaBold.eot#') format('eot');
src: url('fonts/TypeAssociates-VirginiaBold.eot?#iefix') format('embedded-opentype'), 
   url('fonts/TypeAssociates-VirginiaBold.woff') format('woff'), 
   url('fonts/TypeAssociates-VirginiaBold.ttf') format('truetype'), 
   url('fonts/TypeAssociates-VirginiaBold.svg#virginia_boldregular') format('svg');
font-weight: normal;
font-style: normal;
}

媒体查询中测试的宽度svg格式等等......

找不到任何好的答案......如果你能提供帮助请帮助......启发我..

哦,这个项目也是用基础3建造的......

0 个答案:

没有答案