我正在使用@font-face
在网站上显示 League Gothic,但它没有显示在 Android 1.6 上。这是我的代码,由Font Squirrel 的 @font-face 生成器生成
@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 中完全消失了)。但是 League Gothic 非常简洁,所以我想为 Android 指定一种比默认的 sans-serif 更好的后备字体,这样设计就不会完全破坏。
这样的东西会很完美: http ://www.droidfonts.com/info/droid-sans-condensed-fonts/
但我找不到 Android 附带的默认字体的明确列表,以及我应该在 CSS 中引用它们的名称。
编辑 到目前为止的答案没有抓住重点(或者我的问题措辞很糟糕) - 我所追求的是Android附带的系统字体列表。像这样的Android。