<?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>Thesis Hacker &#187; fonts</title>
	<atom:link href="http://www.thesishacker.com/category/fonts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thesishacker.com</link>
	<description>Customize Thesis</description>
	<lastBuildDate>Thu, 21 May 2009 16:22:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Add a drop cap to your post or page</title>
		<link>http://www.thesishacker.com/add-a-drop-cap-to-your-post-or-page</link>
		<comments>http://www.thesishacker.com/add-a-drop-cap-to-your-post-or-page#comments</comments>
		<pubDate>Tue, 12 May 2009 17:29:29 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[fonts]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[pages]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[add drop cap]]></category>
		<category><![CDATA[drop cap]]></category>
		<category><![CDATA[drop cap post page]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1815</guid>
		<description><![CDATA[The letter &#8220;T&#8221; that begins this sentence is an example of a drop cap. This was made by just assigning the very first letter of the sentence a unique class name and styling it in my custom.css file. You can make a class for the drop cap and use it over and over again on [...]]]></description>
			<content:encoded><![CDATA[<p><span class="dropcap">T</span>he letter &#8220;T&#8221; that begins this sentence is an example of a drop cap. This was made by just assigning the very first letter of the sentence a unique class name and styling it in my custom.css file. You can make a class for the drop cap and use it over and over again on any post or page on your site. Here&#8217;s a really simple way to create your own individual drop cap.</p>
<p>The first thing you want to do is assign a unique name to the drop cap class and put it in your custom.css. I named mine simply &#8220;dropcap&#8221;&#8230;</p>
<p class="alert">.custom .dropcap {}</p>
<p>Next, figure out where you want to place the drop cap and insert the following tags with the unique class name&#8230;</p>
<p class="alert">&lt;span class=&#8221;dropcap&#8221;&gt;  &lt;/span&gt;</p>
<p>For example, I wanted to put a drop cap at the beginning of the opening paragraph of this post..</p>
<p class="alert">&lt;span class=&#8221;dropcap&#8221;&gt; T  &lt;/span&gt;he  letter &#8220;T&#8221; that begins this sentence is an example of a drop cap. This was made using the Arial font. You can make a class for the drop cap and use it over and over again on any post or page on you site. Here&#8217;s a really simple way to create your own individual drop cap.</p>
<p>Now in my custom.css I add some styles to the drop cap to make it look like the way I want&#8230;</p>
<p class="alert">.custom .dropcap {<br />
color: blue;<br />
float: left;<br />
font-size: 4.8em;<br />
margin: .3em .2em .1em 0;<br />
}</p>
<p>You can pick and chose how you want your own drop cap to look with your own styles</p>
<p>Now you can place this in any post or page. When you&#8217;re writing or editing a post or page, make sure you&#8217;re in the html editor&#8230;</p>
<p><img class="alignnone size-full wp-image-1820" title="471" src="http://www.thesishacker.com/wp-content/uploads/2009/05/471.png" alt="471" width="531" height="81" /></p>
<p>and simply apply the tags from the example above and wrap them around whatever letter you want to do it to</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/add-a-drop-cap-to-your-post-or-page/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Change the size of the comments #</title>
		<link>http://www.thesishacker.com/change-the-size-of-the-comments-number</link>
		<comments>http://www.thesishacker.com/change-the-size-of-the-comments-number#comments</comments>
		<pubDate>Fri, 06 Feb 2009 03:31:00 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[comments]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[change the size]]></category>
		<category><![CDATA[comment #]]></category>
		<category><![CDATA[comment number]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=1048</guid>
		<description><![CDATA[

In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Remember, once you make the change, save it, and upload the new file to your server. Always describe what you&#8217;re doing by putting your description between the comment tags /*  */ at [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-1049 aligncenter" style="border: 1px solid black;" title="103" src="http://www.thesishacker.com/wp-content/uploads/2009/02/103.png" alt="103" width="296" height="180" /></p>
<p style="text-align: center;"><img class="size-full wp-image-1050 aligncenter" style="border: 1px solid black;" title="104" src="http://www.thesishacker.com/wp-content/uploads/2009/02/104.png" alt="104" width="293" height="215" /></p>
<p>In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Remember, once you make the change, save it, and upload the new file to your server. Always describe what you&#8217;re doing by putting your description between the comment tags /*  */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…</p>
<p class="alert"><span style="color: #339966;">/*change the comment # size*/</span><br />
.custom .format_text .to_comments span { font-size: 5em ; }</p>
<p>Change the number of em&#8217;s to whatever gives you the desired project</p>
<p>To make it the same size as the comment text you can add the following code so that it inherits the style from it&#8217;s parent&#8230;</p>
<p class="alert">.custom .format_text .to_comments span { font-size: inherit ; }</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-the-size-of-the-comments-number/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Change the sidebar titles and headlines to lowercase</title>
		<link>http://www.thesishacker.com/change-sidebar-titles-and-headlines-to-lowercase</link>
		<comments>http://www.thesishacker.com/change-sidebar-titles-and-headlines-to-lowercase#comments</comments>
		<pubDate>Tue, 03 Feb 2009 00:18:30 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[categories]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[headline and title]]></category>
		<category><![CDATA[sidebars]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[change sidebar title]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[headline]]></category>
		<category><![CDATA[lowercase]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=947</guid>
		<description><![CDATA[Change the sidebar title to lowercase]]></description>
			<content:encoded><![CDATA[<p>Check out the screenshots below and take notice of the headline style of &#8220;categories&#8221; and &#8220;pages&#8221;&#8230;</p>
<p><img class="alignnone size-full wp-image-948" style="border: 1px solid black;" title="80" src="http://www.thesishacker.com/wp-content/uploads/2009/02/80.png" alt="80" width="154" height="166" /><img class="alignnone size-full wp-image-949" style="border: 1px solid black;" title="81" src="http://www.thesishacker.com/wp-content/uploads/2009/02/81.png" alt="81" width="175" height="167" /></p>
<p>In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Remember, once you make the change, save it, and upload the new file to your server. Always describe what you&#8217;re doing by putting your descripton between the comment tags /*  */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…</p>
<p class="alert"><span style="color: #339966;">/*sidebar title normal case*/</span><br />
.custom h3 { font-variant: normal ; }</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-sidebar-titles-and-headlines-to-lowercase/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the font in the footer</title>
		<link>http://www.thesishacker.com/change-font-in-the-footer</link>
		<comments>http://www.thesishacker.com/change-font-in-the-footer#comments</comments>
		<pubDate>Fri, 30 Jan 2009 20:47:29 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[fonts]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[change the font]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=920</guid>
		<description><![CDATA[To change the font in your footer go to&#8230;
Dashboard &#8212;-&#62; Appearance &#8212;-&#62; Thesis Options&#8230;.


Pick your choices from the drop down menus. Hit the save button.


]]></description>
			<content:encoded><![CDATA[<p>To change the font in your footer go to&#8230;</p>
<p>Dashboard &#8212;-&gt; Appearance &#8212;-&gt; Thesis Options&#8230;.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-921" style="border: 1px solid black;" title="70" src="http://www.thesishacker.com/wp-content/uploads/2009/01/70.png" alt="70" width="299" height="161" /></p>
<p style="text-align: center;">
<p>Pick your choices from the drop down menus. Hit the save button.</p>
<p style="text-align: center;">
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-font-in-the-footer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the font in your sidebars</title>
		<link>http://www.thesishacker.com/change-font-in-your-sidebars</link>
		<comments>http://www.thesishacker.com/change-font-in-your-sidebars#comments</comments>
		<pubDate>Fri, 30 Jan 2009 20:44:17 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[fonts]]></category>
		<category><![CDATA[sidebars]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[change font]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=916</guid>
		<description><![CDATA[To change the font in your sidebars go to&#8230;
Dashboard &#8212;-&#62; Appearance &#8212;-&#62; Thesis Options&#8230;.


Pick your choices from the drop down menus. Hit the save button.


]]></description>
			<content:encoded><![CDATA[<p>To change the font in your sidebars go to&#8230;</p>
<p>Dashboard &#8212;-&gt; Appearance &#8212;-&gt; Thesis Options&#8230;.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-917" style="border: 1px solid black;" title="69" src="http://www.thesishacker.com/wp-content/uploads/2009/01/69.png" alt="69" width="302" height="289" /></p>
<p style="text-align: center;">
<p>Pick your choices from the drop down menus. Hit the save button.</p>
<p style="text-align: center;">
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-font-in-your-sidebars/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the font of the mm box</title>
		<link>http://www.thesishacker.com/change-font-of-multimedia-box</link>
		<comments>http://www.thesishacker.com/change-font-of-multimedia-box#comments</comments>
		<pubDate>Fri, 30 Jan 2009 20:40:55 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[fonts]]></category>
		<category><![CDATA[multimedia box]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[change the font]]></category>
		<category><![CDATA[mm box]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=911</guid>
		<description><![CDATA[Change the font of the multimedia box]]></description>
			<content:encoded><![CDATA[<p>To change the font in your multimedia box&#8230;</p>
<p>Dashboard &#8212;-&gt; Appearance &#8212;-&gt; Thesis Options&#8230;.</p>
<p style="text-align: center;"><img class="size-full wp-image-913 aligncenter" style="border: 1px solid black;" title="681" src="http://www.thesishacker.com/wp-content/uploads/2009/01/681.png" alt="681" width="300" height="163" /></p>
<p>Pick your choices from the drop down menus. Hit the save button.</p>
<p style="text-align: center;">
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-font-of-multimedia-box/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the font of the byline</title>
		<link>http://www.thesishacker.com/change-byline-font</link>
		<comments>http://www.thesishacker.com/change-byline-font#comments</comments>
		<pubDate>Fri, 30 Jan 2009 20:32:09 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[byline]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[change font]]></category>
		<category><![CDATA[meta data]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=904</guid>
		<description><![CDATA[To change the font of your byline go to&#8230;
Dashboard &#8212;-&#62; Appearance &#8212;-&#62; Thesis Options&#8230;.

Pick your choices from the drop down menus. Hit the save button.
]]></description>
			<content:encoded><![CDATA[<p>To change the font of your byline go to&#8230;</p>
<p>Dashboard &#8212;-&gt; Appearance &#8212;-&gt; Thesis Options&#8230;.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-905" style="border: 1px solid black;" title="67" src="http://www.thesishacker.com/wp-content/uploads/2009/01/67.png" alt="67" width="299" height="168" /></p>
<p>Pick your choices from the drop down menus. Hit the save button.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-byline-font/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the font in your post headline</title>
		<link>http://www.thesishacker.com/change-post-headline-font</link>
		<comments>http://www.thesishacker.com/change-post-headline-font#comments</comments>
		<pubDate>Fri, 30 Jan 2009 20:29:25 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[fonts]]></category>
		<category><![CDATA[headline and title]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[headline]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=901</guid>
		<description><![CDATA[Change the font of your post headline]]></description>
			<content:encoded><![CDATA[<p>To change the font of your post title go to&#8230;</p>
<p>Dashboard &#8212;-&gt; Appearance &#8212;-&gt; Thesis Options&#8230;.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-902" style="border: 1px solid black;" title="66" src="http://www.thesishacker.com/wp-content/uploads/2009/01/66.png" alt="66" width="302" height="166" /></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p>Pick your choices from the drop down menus. Hit the save button.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-post-headline-font/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the font in your site&#8217;s title</title>
		<link>http://www.thesishacker.com/change-sites-title-font</link>
		<comments>http://www.thesishacker.com/change-sites-title-font#comments</comments>
		<pubDate>Fri, 30 Jan 2009 20:26:13 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[fonts]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[change the font in your site's title]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[tagline]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=897</guid>
		<description><![CDATA[Change the font in your site's title]]></description>
			<content:encoded><![CDATA[<p>To change the font in your site&#8217;s title go to&#8230;</p>
<p>Dashboard &#8212;-&gt; Appearance &#8212;-&gt; Thesis Options&#8230;.</p>
<p><img class="aligncenter size-full wp-image-899" style="border: 1px solid black;" title="65" src="http://www.thesishacker.com/wp-content/uploads/2009/01/65.png" alt="65" width="300" height="291" /></p>
<p style="text-align: center;">
<p style="text-align: center;">
<p>Pick your choices from the drop down menus. Hit the save button.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-sites-title-font/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the nav font</title>
		<link>http://www.thesishacker.com/change-navigatio-font</link>
		<comments>http://www.thesishacker.com/change-navigatio-font#comments</comments>
		<pubDate>Fri, 30 Jan 2009 20:19:45 +0000</pubDate>
		<dc:creator>Nasty</dc:creator>
				<category><![CDATA[fonts]]></category>
		<category><![CDATA[nav bar]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[change nav font]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[nav]]></category>

		<guid isPermaLink="false">http://www.thesishacker.com/?p=891</guid>
		<description><![CDATA[Change the nav font]]></description>
			<content:encoded><![CDATA[<p>To change the font in the nav bar go to&#8230;</p>
<p>Dashboard &#8212;-&gt; Appearance &#8212;-&gt; Thesis Options&#8230;.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-894" style="border: 1px solid black;" title="641" src="http://www.thesishacker.com/wp-content/uploads/2009/01/641.png" alt="641" width="299" height="165" /></p>
<p style="text-align: center;">
<p>Pick your choices from the drop down menus. Hit the save button.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thesishacker.com/change-navigatio-font/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

