我对 Android Gingerbread 和之前版本的移动网站有疑问。等宽字体的行为与等宽字体不完全一样:不同的字符具有不同的宽度。
这是它在 Gingerbread 默认网络浏览器上的外观(我也在 Dolphin 和 Opera mini 上进行了测试):
这是它在 ICS 默认 Web 浏览器上的外观:
我使用了从网上下载的 Cultive Mono。
<link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
CSS:
#my_id span{font:12px 'Cutive Mono', serif; line-height:1.6}
我还尝试了操作系统的默认等宽字体:
#my_id span{font:12px monospace; line-height:1.6}
有谁知道如何解决这个问题?我真的需要一个在我的移动网站上工作的 monospace。
提前致谢。
编辑
这将是 jsfiddle 中的一个示例:http: //jsfiddle.net/HerrSerker/dE94s/9/