<?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>Graygift@ye &#187; 字体</title>
	<atom:link href="http://www.graygift.com/tag/%e5%ad%97%e4%bd%93/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.graygift.com</link>
	<description>我是孤独的根号5      </description>
	<lastBuildDate>Sun, 08 Nov 2009 02:13:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Inove 主题修改之设置字体</title>
		<link>http://www.graygift.com/wordpress/inove-modify-the-title-of-the-theme-of-change-2/</link>
		<comments>http://www.graygift.com/wordpress/inove-modify-the-title-of-the-theme-of-change-2/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 08:16:46 +0000</pubDate>
		<dc:creator>Graygift</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Inove]]></category>
		<category><![CDATA[主题]]></category>
		<category><![CDATA[字体]]></category>

		<guid isPermaLink="false">http://www.graygift.com/wordpress/inove-%e4%b8%bb%e9%a2%98%e4%bf%ae%e6%94%b9%e4%b9%8b%e8%ae%be%e7%bd%ae%e5%ad%97%e4%bd%93/</guid>
		<description><![CDATA[很早就知道，MG12要更新Inove了，当时我去投了票，表述了一下我自己的想法。不过最近不叫忙。也不能去使用一下。所以还是用这老主题blocks2,说的这主题,它也是MG12做的。 首先当然是下载了，... ]]></description>
			<content:encoded><![CDATA[<p>很早就知道，MG12要更新Inove了，当时我去投了票，表述了一下我自己的想法。不过最近不叫忙。也不能去使用一下。所以还是用这老主题blocks2,说的这主题,它也是MG12做的。<br />
首先当然是下载了，MG12的网址肯定不会陌生。<a href="http://www.neoease.com/inove/" rel="external">http://www.neoease.com/inove/</a>这是Inove的介绍页面，里面有介绍了推荐插件。不用介绍了吧，一切都很简单。打包下载，安装。一气呵成！</p>
<p>Inove的这个主题很好很强大，非常适合初学者和不想设计皮肤的人使用，现在的这主题加了很都东西进去，功能的完善，就是有一点不足，那就是这个主题的字实在是太小了，不利于阅读，有什么方法改变一下呢？</p>
<p><span id="more-1026"></span></p>
<p>其实很简单。首先我要介绍几个工具，工预善其事，必先利其器。</p>
<blockquote><p>第一、浏览器当然是firefox了。因为很多插件要用到这浏览器！</p>
<p>第二、firebug插件了，这是一个firefox插件，编辑，检测网页的利器！怎么使用：firebug使用</p>
<p>第三、代码编辑器-EditPlus或者像我使用的是Dreamweaver!</p></blockquote>
<p>OK！这就是准备工作了！</p>
<p>先打开firefox，安装firebug，输入网站地址以后，打开firebug（工具-Firebug-在新窗口打开Firebug或者按Ctrl+F12）.如图</p>
<p><a href="http://laiba.tianya.cn/laiba/images/16750330/12501407431614459067/A/1/m.jpg" class="highslide-image" onclick="return hs.expand(this);" class="highslide-image" onclick="return hs.expand(this);"><img src="http://laiba.tianya.cn/laiba/images/16750330/12501407431614459067/A/1/m.jpg" width="500"/></a></p>
<p>开启firebug</p>
<p>在图中我们可以看到在Firebug窗口的左边是html代码，右边是css代码。</p>
<p>点击Firebug窗口工具栏的“查看”然后在自己的主页上点击你想要修改的文字。如图</p>
<p><a href="http://laiba.tianya.cn/laiba/images/16750330/12501452331102750993/A/1/m.jpg" class="highslide-image" onclick="return hs.expand(this);" class="highslide-image" onclick="return hs.expand(this);"><img src="http://laiba.tianya.cn/laiba/images/16750330/12501452331102750993/A/1/m.jpg" width="500"/></a></p>
<p>使用firebug查看</p>
<p>在图中我们可以看到在Firebug窗口的左边是html代码中你所选的文字会成选择状，而右边是css代码会显示这些选择的文章所用到的css文件、属性和行号。</p>
<p>好了，现在你可以用代码编辑器或者Dreamweaver打开css文件，凭着行号修改css属性。然后保存上传就可以了。（注：所找的css是没被划横线的css代码，横线的css代码是表示被取代了的代码！）</p>
<p>附上常用字体属性</p>
<blockquote><p>font-style  （定义字体显示的方式 normal: 正常 italic: 斜体 oblique: 斜体）</p>
<p>font-weight  （定义字体的粗细 normal:正常bold:粗体 bolder:更粗  lighter:更细 可以加字体粗细的值）</p>
<p>font-size （绝对字体尺寸12 相对字体尺寸larger 长度表示法12px 百分比表示法120%）</p>
<p>font-family （字体名称）</p>
<p>color （字体颜色）</p></blockquote>
<p>字体读取方法如果第一个字体没有，就用第二个，第二个没有就用第三个，以此类推。</p>
<blockquote><p>font-family:”Microsoft YaHei”,”simsun”,Verdana,”BitStream vera Sans”,Helvetica,Sans-serif;</p></blockquote>
<ul class="related_post"><li><a href="http://www.graygift.com/wordpress/rewrite-the-theme-of-change-inove-page-404/" title="Inove 主题修改之改写404页面">Inove 主题修改之改写404页面</a></li><li><a href="http://www.graygift.com/wordpress/inove-theme-modified-by-adding-copyright-information/" title="Inove 主题修改之加入版权信息">Inove 主题修改之加入版权信息</a></li><li><a href="http://www.graygift.com/wordpress/inove-modify-the-title-of-the-theme-of-change/" title="Inove 主题修改之修改标题">Inove 主题修改之修改标题</a></li><li><a href="http://www.graygift.com/wordpress/comment-page-to-add-and-delete-spam-links/" title="评论页添加删除和垃圾评论链接">评论页添加删除和垃圾评论链接</a></li><li><a href="http://www.graygift.com/wordpress/detailed-comment-php-production-template/" title="Comment.php模板的制作详解">Comment.php模板的制作详解</a></li><li><a href="http://www.graygift.com/wordpress/theme-navigation-bar-fixed-position/" title="主题导航栏固定位置">主题导航栏固定位置</a></li><li><a href="http://www.graygift.com/wordpress/%e5%8f%98%e6%b7%a1a-theme/" title="主题变淡了">主题变淡了</a></li><li><a href="http://www.graygift.com/wordpress/the-subject-of-an-initial-done/" title="主题初步完成了！">主题初步完成了！</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.graygift.com/wordpress/inove-modify-the-title-of-the-theme-of-change-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

