<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 三谈 Web 默认字体</title>
	<atom:link href="http://lifesinger.org/blog/2009/12/rethink-of-web-default-font/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifesinger.org/blog/2009/12/rethink-of-web-default-font/</link>
	<description>关注用户体验、前端开发，记录生活点滴、岁月足迹。</description>
	<lastBuildDate>Fri, 30 Jul 2010 02:05:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: longbill</title>
		<link>http://lifesinger.org/blog/2009/12/rethink-of-web-default-font/comment-page-1/#comment-4936</link>
		<dc:creator>longbill</dc:creator>
		<pubDate>Tue, 16 Mar 2010 02:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2311#comment-4936</guid>
		<description>safari 4,以上任何字体都完美显示。</description>
		<content:encoded><![CDATA[<p>safari 4,以上任何字体都完美显示。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 山间凉水</title>
		<link>http://lifesinger.org/blog/2009/12/rethink-of-web-default-font/comment-page-1/#comment-4155</link>
		<dc:creator>山间凉水</dc:creator>
		<pubDate>Thu, 21 Jan 2010 09:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2311#comment-4155</guid>
		<description>谷歌浏览器Chrome无法显示小于12px是浏览器的问题。
解决的方式是在浏览器中加入下面代码。

路径：“Documents and Settings\ 你的用户名 \Local Settings\ Application Data \Google\ Chrome\ User Data \Default\”

中用记事本打开Preferences文件。在”webkit”的”webprefs”里面加多这两行：
“minimum_font_size”: 8,
“minimum_logical_font_siz”: 12,

第一行：最小字体大小。
第二行：最小逻辑字体大小。这个逻辑字号我也太明白，是否就是显示逻辑符号的大小，我没有具体测验过。有兴趣的可以测试一下。（在webkit中有这样的一句“The minimum logical font size used to display text”用于显示文本的最小逻辑字体大小）

当然你可以把最小的8改为6，那就可以显示6像素的字体了。不过相信6像素的字已经看不清楚了。

修改后我的为：
“webkit”: {
“webprefs”: {
“default_fixed_font_size”: 13,
“default_font_size”: 16,
“fixed_font_family”: “\u65B0\u5B8B\u4F53″,
“inspector_settings”: “lastActivePanel:string:elements\n”,
“minimum_font_size”: 8,
“minimum_logical_font_siz”: 12,
“sansserif_font_family”: “Simsun”,
“serif_font_family”: “Simsun”
}
}</description>
		<content:encoded><![CDATA[<p>谷歌浏览器Chrome无法显示小于12px是浏览器的问题。<br />
解决的方式是在浏览器中加入下面代码。</p>
<p>路径：“Documents and Settings\ 你的用户名 \Local Settings\ Application Data \Google\ Chrome\ User Data \Default\”</p>
<p>中用记事本打开Preferences文件。在”webkit”的”webprefs”里面加多这两行：<br />
“minimum_font_size”: 8,<br />
“minimum_logical_font_siz”: 12,</p>
<p>第一行：最小字体大小。<br />
第二行：最小逻辑字体大小。这个逻辑字号我也太明白，是否就是显示逻辑符号的大小，我没有具体测验过。有兴趣的可以测试一下。（在webkit中有这样的一句“The minimum logical font size used to display text”用于显示文本的最小逻辑字体大小）</p>
<p>当然你可以把最小的8改为6，那就可以显示6像素的字体了。不过相信6像素的字已经看不清楚了。</p>
<p>修改后我的为：<br />
“webkit”: {<br />
“webprefs”: {<br />
“default_fixed_font_size”: 13,<br />
“default_font_size”: 16,<br />
“fixed_font_family”: “\u65B0\u5B8B\u4F53″,<br />
“inspector_settings”: “lastActivePanel:string:elements\n”,<br />
“minimum_font_size”: 8,<br />
“minimum_logical_font_siz”: 12,<br />
“sansserif_font_family”: “Simsun”,<br />
“serif_font_family”: “Simsun”<br />
}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 独孤逸辰</title>
		<link>http://lifesinger.org/blog/2009/12/rethink-of-web-default-font/comment-page-1/#comment-4098</link>
		<dc:creator>独孤逸辰</dc:creator>
		<pubDate>Fri, 15 Jan 2010 02:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2311#comment-4098</guid>
		<description>tahoma的13px在ie6 下显示成14px，我感觉首选tahoma不怎么样。。。</description>
		<content:encoded><![CDATA[<p>tahoma的13px在ie6 下显示成14px，我感觉首选tahoma不怎么样。。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myfuture_wj</title>
		<link>http://lifesinger.org/blog/2009/12/rethink-of-web-default-font/comment-page-1/#comment-4095</link>
		<dc:creator>myfuture_wj</dc:creator>
		<pubDate>Thu, 14 Jan 2010 06:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2311#comment-4095</guid>
		<description>文章不错，顺便说一下，看以下棕熊的字体介绍，感觉也不错</description>
		<content:encoded><![CDATA[<p>文章不错，顺便说一下，看以下棕熊的字体介绍，感觉也不错</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zbl400</title>
		<link>http://lifesinger.org/blog/2009/12/rethink-of-web-default-font/comment-page-1/#comment-3986</link>
		<dc:creator>zbl400</dc:creator>
		<pubDate>Thu, 07 Jan 2010 01:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2311#comment-3986</guid>
		<description>simsun还是加上吧，
在日文Windows下，因为浏览器默认字体不是宋体，没有simsun的字体方案，
字体会比较难看。</description>
		<content:encoded><![CDATA[<p>simsun还是加上吧，<br />
在日文Windows下，因为浏览器默认字体不是宋体，没有simsun的字体方案，<br />
字体会比较难看。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zlz</title>
		<link>http://lifesinger.org/blog/2009/12/rethink-of-web-default-font/comment-page-1/#comment-3879</link>
		<dc:creator>zlz</dc:creator>
		<pubDate>Wed, 30 Dec 2009 05:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2311#comment-3879</guid>
		<description>由于几种方案首选字体在各浏览器中对半角空格的宽度解释是不一致的，因而造成了各浏览器的行内字数不一致，进而行数也不一致。而且，对英文字体对字符” · “的解释也是不一样的。
首选宋体不会出现上述问题。但是，宋体对英文的美观度，对&#169;的效果都不是很好。
宋体在IE6下会被切头；
各种字体在各浏览器中纵比，行高的解释也是不同的；
其它。
无解。</description>
		<content:encoded><![CDATA[<p>由于几种方案首选字体在各浏览器中对半角空格的宽度解释是不一致的，因而造成了各浏览器的行内字数不一致，进而行数也不一致。而且，对英文字体对字符” · “的解释也是不一样的。<br />
首选宋体不会出现上述问题。但是，宋体对英文的美观度，对&copy;的效果都不是很好。<br />
宋体在IE6下会被切头；<br />
各种字体在各浏览器中纵比，行高的解释也是不同的；<br />
其它。<br />
无解。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 虚</title>
		<link>http://lifesinger.org/blog/2009/12/rethink-of-web-default-font/comment-page-1/#comment-3870</link>
		<dc:creator>虚</dc:creator>
		<pubDate>Mon, 28 Dec 2009 07:28:46 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2311#comment-3870</guid>
		<description>font: 12px/1 Tahoma, Helvetica, Arial, &quot;\5b8b\4f53&quot;, sans-serif;
这个写法应该也是不妥吧，假如系统没有Tahoma和Helvetica，就会忽略后面所有字体，直接使用默认字体。</description>
		<content:encoded><![CDATA[<p>font: 12px/1 Tahoma, Helvetica, Arial, &#8220;\5b8b\4f53&#8243;, sans-serif;<br />
这个写法应该也是不妥吧，假如系统没有Tahoma和Helvetica，就会忽略后面所有字体，直接使用默认字体。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 天堂左我往右</title>
		<link>http://lifesinger.org/blog/2009/12/rethink-of-web-default-font/comment-page-1/#comment-3796</link>
		<dc:creator>天堂左我往右</dc:creator>
		<pubDate>Tue, 22 Dec 2009 09:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2311#comment-3796</guid>
		<description>@chisdy  
貌似chrome某个版本之后就最小12px了吧

你的英文版的chrome版本是多少...</description>
		<content:encoded><![CDATA[<p>@chisdy<br />
貌似chrome某个版本之后就最小12px了吧</p>
<p>你的英文版的chrome版本是多少&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lostsnow</title>
		<link>http://lifesinger.org/blog/2009/12/rethink-of-web-default-font/comment-page-1/#comment-3690</link>
		<dc:creator>lostsnow</dc:creator>
		<pubDate>Wed, 16 Dec 2009 15:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2311#comment-3690</guid>
		<description>ff3.5 貌似没有下划线粘贴问题</description>
		<content:encoded><![CDATA[<p>ff3.5 貌似没有下划线粘贴问题</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Y.Jiajia</title>
		<link>http://lifesinger.org/blog/2009/12/rethink-of-web-default-font/comment-page-1/#comment-3668</link>
		<dc:creator>Y.Jiajia</dc:creator>
		<pubDate>Mon, 14 Dec 2009 06:16:44 +0000</pubDate>
		<guid isPermaLink="false">http://lifesinger.org/blog/?p=2311#comment-3668</guid>
		<description>其实总结这些，之后会发现Arial还是比较好的选择。毕竟Arial字体的安装率超96%。</description>
		<content:encoded><![CDATA[<p>其实总结这些，之后会发现Arial还是比较好的选择。毕竟Arial字体的安装率超96%。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
