<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>凋零的羽 &#187; CSS</title>
	<atom:link href="http://www.halfroom.com/topics/css/feed" rel="self" type="application/rss+xml" />
	<link>http://www.halfroom.com</link>
	<description>乘着风游荡在蓝天边</description>
	<lastBuildDate>Tue, 07 Feb 2012 07:54:44 +0000</lastBuildDate>
	<language>zh-cn</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>自定义firefox菜单栏字体（windows版本）</title>
		<link>http://www.halfroom.com/custom-firefox-ui-fonts.html</link>
		<comments>http://www.halfroom.com/custom-firefox-ui-fonts.html#comments</comments>
		<pubDate>Thu, 15 Jul 2010 11:01:32 +0000</pubDate>
		<dc:creator>灰灰</dc:creator>
				<category><![CDATA[实用技巧]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[firefox]]></category>
<category>css</category><category>firefox</category><category>XP</category>
		<guid isPermaLink="false">http://www.halfroom.com/?p=1164</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.halfroom.com/categories/%e5%ae%9e%e7%94%a8%e6%8a%80%e5%b7%a7" title="实用技巧">实用技巧</a></p>XP下的firefox界面的字体实在是太没美感了，即使给满目宋体的XP装了微软雅黑字体，但只能在一些允许自定义界面字体的软件上可以选择雅黑字体，firefox便是其中之一。 虽然可以在firefox的选项中对content设置，但是菜单栏，状态栏的字体甚至一些扩展的字体，比如echofon的字体也是宋体，看条twitter都觉得累，于是找来一个可以自定义firefox界面字体的方法： 当然，你喜欢的话，可以查看官方的说明：http://www.mozilla.org/unix/customizing.html 在C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles*******.default\chrome目录下面拷贝userChrome-example.css为 userChrome.css, 如我的就直接在文件中加入了下列内容： menubar &#62; menu, menubar, menubutton, menulist, menuitem { font-size: 12px !important; font-family: "Microsoft YaHei" !important; } dialog, box, button, page, label, caption, textbox, input, select { font-size: 12px !important; font-family: &#8230; <a href="http://www.halfroom.com/custom-firefox-ui-fonts.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>XP下的firefox界面的字体实在是太没美感了，即使给满目宋体的XP装了微软雅黑字体，但只能在一些允许自定义界面字体的软件上可以选择雅黑字体，firefox便是其中之一。</p>
<p>虽然可以在firefox的选项中对content设置，但是菜单栏，状态栏的字体甚至一些扩展的字体，比如echofon的字体也是宋体，看条twitter都觉得累，于是找来一个可以自定义firefox界面字体的方法：</p>
<p><strong>当然，你喜欢的话，可以查看官方的说明：</strong>http://www.mozilla.org/unix/customizing.html</p>
<p>在C:\Documents and Settings\[User Name]\Application   Data\Mozilla\Firefox\Profiles*******.default\chrome目录下面拷贝userChrome-example.css为  userChrome.css, 如我的就直接在文件中加入了下列内容：</p>
<pre name="code" class="css" cols="60" >

menubar &gt; menu, menubar, menubutton, menulist, menuitem {
 font-size: 12px !important;
 font-family: "Microsoft YaHei" !important;
}

dialog, box, button, page, label, caption, textbox, input, select {
 font-size: 12px !important;
 font-family: "Microsoft YaHei" !important;
}

menupopup &gt; * {
 font-family: "Microsoft YaHei", Arial !important;
 font-size: 12px !important;
}

/*
 * Give the Location (URL) Bar a fixed-width font
 */
 #urlbar {
 font-family: "Microsoft YaHei" !important;
 font-size: 12px;
 }

window {
 font-size: 12px !important;
 font-family: "Microsoft YaHei" !important;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.halfroom.com/custom-firefox-ui-fonts.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

