我正在使用@ font-face在网站上显示联盟哥特式,但它并没有显示在
Android 1.6上.这是我的代码,生成与
Font Squirrel’s @font-face generator
@font-face {
font-family: 'LeagueGothicRegular';
src: url('/fonts/League_Gothic-webfont.eot');
src: local('☺'), url('/fonts/League_Gothic-webfont.woff') format('woff'), url('/fonts/League_Gothic-webfont.ttf') format('truetype'), url('/fonts/League_Gothic-webfont.svg#webfont') format('svg');
font-weight: normal;
font-style: normal;
}
font-family:'LeagueGothicRegular',Impact,Charcoal,sans-serif;
如果@ font-face不被支持(我看到@ font-face支持已经完全在Android 2中完成),这不是什么大不了的事情.但是,哥特哥德相当浓缩,所以我想为Android设计一个比默认的sans-serif更好的后备字体,所以设计不会完全中断.
但是,我找不到Android附带的默认字体的明确列表,而我应该使用的名称来引用它们在CSS中.
编辑
到目前为止,答案还没有提到(或者说我的问题不好) – 我以后是Android附带的系统字体列表. Android的东西like this