<?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>Webdevtuts &#187; fonts</title>
	<atom:link href="http://www.webdevtuts.net/tag/fonts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevtuts.net</link>
	<description>Making tutorials fun and easy!</description>
	<lastBuildDate>Mon, 23 Jan 2012 11:36:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Understanding the fundamental of typography for the web: Part 1</title>
		<link>http://www.webdevtuts.net/articles/understanding-the-fundamental-of-typography-for-the-web-part-1/</link>
		<comments>http://www.webdevtuts.net/articles/understanding-the-fundamental-of-typography-for-the-web-part-1/#comments</comments>
		<pubDate>Wed, 05 May 2010 00:51:14 +0000</pubDate>
		<dc:creator>Marcell Purham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Css]]></category>
		<category><![CDATA[css typography]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[fundamental of typography]]></category>
		<category><![CDATA[fundamental of typography for the web]]></category>
		<category><![CDATA[line height]]></category>
		<category><![CDATA[part 1]]></category>
		<category><![CDATA[san-serif font]]></category>
		<category><![CDATA[serif font]]></category>
		<category><![CDATA[spacing]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[typography css]]></category>
		<category><![CDATA[typography tutorial]]></category>

		<guid isPermaLink="false">http://www.webdevtuts.net/?p=1139</guid>
		<description><![CDATA[Typography is a very hard thing to accomplish when designing or coding for the web. In this article I will hopefully give you a better understanding of how to use typography and how you can avoid clutters paragraphs and unaligned text. <a href="http://www.webdevtuts.net/articles/understanding-the-fundamental-of-typography-for-the-web-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Typography is a very hard thing to accomplish when designing or coding for the web. In this article I will hopefully give you a better understanding of how to use typography and how you can avoid clutters paragraphs and unaligned text.</p>
<h2>Mixing Fonts</h2>
<p>When I first begin designing and coding for the web I would always mix my typography. For example I would use a serif font(Georgia) with a sans-serif(Arial) font. If you are just starting off you might think that those fonts can be used together but they cannot. Serif fonts are different from sans-serif fonts. </p>
<p><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2010/05/font1.jpg"> </p>
<h3>What fonts can I mix?</h3>
<p>I bet you&#8217;re wondering what fonts you can use for your next design or web project. There are 3 main types of font categories</p>
<ul>
<li>serif</li>
<li>sans-serif</li>
<li>monospace</li>
</ul>
<p>Serif fonts are commonly used by publishing companies or if you have ever been to a news site or magazine site you will often find that they are using one of the serif fonts.<br />
<a href="http://ilovetypography.com/" target="_blank"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2010/05/serif.jpg" alt="Serif" /></a></p>
<blockquote>
<h2>Serif</h2>
<ul>
<li style="font-family:Georgia, serif">Georgia</li>
<li style="font-family:Palatino Linotype, serif">Palatino Linotype</li>
<li style="font-family:Times New Roman, serif">Times New Roman</li>
<li style="font-family:Book Antiqua, serif">Book Antiqua</li>
</ul>
</blockquote>
<p>Sans-serif fonts are mostly used by all types of websites. I usually use San-serifs fonts for most of my projects.<br />
<a href="http://www.smashingmagazine.com/" target="_blank"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2010/05/sans-serif.jpg" alt="Sans-serif" /></a></p>
<blockquote>
<h2>sans-serif</h2>
<ul>
<li style="font-family:Arial, sans-serif">Arial</li>
<li style="font-family:Helvetica, sans-serif">Helvetica</li>
<li style="font-family:Helvetica, sans-serif">Arial Black</li>
<li style="font-family:impact, sans-serif">Impact</li>
<li style="font-family:lucida sans unicode, sans-serif">Lucida Sans Unicode</li>
<li style="font-family:Lucida Grande, sans-serif">Lucida Grande</li>
<li style="font-family:Tahoma, sans-serif">Tahoma</li>
<li style="font-family:Veranda, sans-serif">Veranda</p>
</li>
<li style="font-family:Geneva, sans-serif">Geneva</li>
</ul>
</blockquote>
<p>Monospace fonts are not used as often as Serifs, and sans-serif fonts but they are used.</p>
<blockquote>
<h2>monospace</h2>
<ul>
<li style="font-family:Courier New, monospace">Courier New</li>
<li style="font-family:Lucida Console, monospace">Lucida Console</li>
<li style="font-family:Monaco, monospace">Monaco</li>
<li style="font-family:Courier, monospace">Courier</li>
</ul>
</blockquote>
<h2>Line height</h2>
<p><img class="alignleft" src="https://s3.amazonaws.com/webdevtuts/uploads/2010/05/lineheight.jpg" alt="line height" />Line height is very important when it comes to making your text look neat and clean. Often if you just leave a text as is then it will look cluttered, and tight. When I first began working with text I never really understood how to change the line height of a text and what it actually did. To give you a better understanding of line height I will give  some examples below so you could better understand what I am talking about.</p>
<p>There is no line-height below just the default text. So I applied 12px line height to the paragraph below and as you can see the text looks cluttered and not very attractive. </p>
<blockquote>
<h3>Arial Font(line-height) BAD</h3>
<p style="font-family:Arial, sans-serif; line-height:12px;">Marcell went to the skate park to train for an up and coming skate competition. He knew he had to practice considering there were many talented kids entering the contest.</p>
</blockquote>
<p>There is a line-height of 24px applied the paragraph below. </p>
<blockquote>
<h3>Arial Font(line-height) GOOD</h3>
<p style="font-family:Arial, sans-serif;">Marcell went to the skate park to train for an up and coming skate competition. He knew he had to practice considering there were many talented kids entering the contest.</p>
</blockquote>
<p>Think of the line height as the lines on a normal sheet of paper. If you were to write paragraphs but not on the lines then it wouldn&#8217;t look so good. Now let&#8217;s say you wrote on the lines(as you would usually do). If someone were to read your paper(Teacher) then they find it very easy to read.</p>
<h2>Letter Spacing</h2>
<p>Letter spacing is something that should not be overlooked. Many times when creating different types of paragraphs we might like to have some spacing in between words or letters. </p>
<p>There is no letter spacing in the paragraph below. </p>
<blockquote>
<h3>Arial Font(<small>spacing</small>) BAD</h3>
<p style="font-family:Arial, sans-serif;">Marcell went to the skate park to train for an up and coming skate competition. He knew he had to practice considering there were many talented kids entering the contest.</p>
</blockquote>
<p>There is a letter spacing of 1px in the paragraph below.</p>
<blockquote>
<h3>Arial Font(<small>spacing</small>) GOOD</h3>
<p style="font-family:Arial, sans-serif; letter-spacing:1px;">Marcell went to the skate park to train for an up and coming skate competition. He knew he had to practice considering there were many talented kids entering the contest.</p>
</blockquote>
<p>So as you can see typography is very important when coding for the web. I have covers just the basics in this article but will teach you more in the other series. If you have a question just leave a comment below and i will help you there. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevtuts.net/articles/understanding-the-fundamental-of-typography-for-the-web-part-1/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>20 fonts for designers that you can use on your next project</title>
		<link>http://www.webdevtuts.net/articles/20-fonts-for-designers-that-you-can-use-on-your-next-project/</link>
		<comments>http://www.webdevtuts.net/articles/20-fonts-for-designers-that-you-can-use-on-your-next-project/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:20:50 +0000</pubDate>
		<dc:creator>Marcell Purham</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[20]]></category>
		<category><![CDATA[designers]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[fonts for designers]]></category>
		<category><![CDATA[fonts showcase]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[web fonts]]></category>

		<guid isPermaLink="false">http://www.webdevtuts.net/?p=623</guid>
		<description><![CDATA[As a designer we often look for various kinds of fonts to used for our next project. In this Article I will list 20 fonts that you can used for your project. Hope they are worth while. Enjoy! <a href="http://www.webdevtuts.net/articles/20-fonts-for-designers-that-you-can-use-on-your-next-project/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2><a href="http://www.fontspace.com/gabriele-magurno/steiner" target="_blank">Steiner</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/stenier.jpg" alt="Steiner Font" /></p>
<h2><a href="http://www.fontspace.com/roger-white/oxford" target="_blank">Oxford</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/oxford.jpg" alt="Oxford" /></p>
<h2><a href="http://www.fontsquirrel.com/fonts/Chino-ITC-Pro" target="_blank">Chino ITC Pro</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/Chino.jpg" alt="Chino ITC Pro Font" /></p>
<h2><a href="http://www.fontsquirrel.com/fonts/Serif-Beta" target="_blank">Serif-Beta</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/serif-beta.jpg" alt="Serif-Beta Font" /></p>
<h2><a href="http://www.fontsquirrel.com/fonts/Tenderness" target="_blank">Tenderness</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/Tenderness.jpg" alt="Tenderness Font" /></p>
<h2><a href="http://www.dafont.com/Bellerose.Font" target="_blank">Bellerose</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/bellerose.jpg" alt="Bellerose Font" /></p>
<h2><a href="http://www.fontspace.com/red-hat-inc/liberation-sans" target="_blank">Print Clearly</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/Print-Clearly.jpg" alt="Print Clearly Font" /></p>
<h2><a href="http://www.urbanfonts.com/fonts/Alexandria.htm" target="_blank">Alexandria</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/alexandria.jpg" alt="Alexandria font" /></p>
<h2><a href="http://www.urbanfonts.com/fonts/Blue_Plate_Special.htm" target="_blank">Blue Plate Special</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/Blue-Plate-Special.jpg" alt="Blue Plate Special font" /></p>
<h2><a href="http://www.urbanfonts.com/fonts/The_Real_Font.htm" target="_blank">The Real Font</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/The-Real-Font.jpg" alt="The Real Font" /></p>
<h2><a href="http://www.urbanfonts.com/fonts/Vlaanderen.htm" target="_blank">Vlaanderen</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/Vlaanderen.jpg" alt="Vlaanderen Font" /></p>
<h2><a href="http://www.fontsquirrel.com/fonts/SF-Speakeasy" target="_blank">Speakeasy</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/Speakeasy.jpg" alt="Speakeasy Font" /></p>
<h2><a href="http://www.fontsquirrel.com/fonts/League-Gothic" target="_blank">League Gothic</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/League-Gothic.jpg" alt="League Gothic Font" /></p>
<h2><a href="http://www.fontsquirrel.com/fonts/Cantarell" target="_blank">Cantarell</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/Cantarell.jpg" alt="Cantarell Font" /></p>
<h2><a href="http://www.fontsquirrel.com/fonts/Capricorn-OSF" target="_blank">Capricorn OSF</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/Capricorn.jpg" alt="Capricorn OSF Font" /></p>
<h2><a href="http://www.fontsquirrel.com/fonts/Teen" target="_blank">Teen</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/Teen.jpg" alt="Teen Font" /></p>
<h2><a href="http://www.fontsquirrel.com/fonts/Fertigo-Pro" target="_blank">Fertigo Pro</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/Fertigo.jpg" alt="Fertigo Pro Font" /></p>
<h2><a href="http://www.fontsquirrel.com/fonts/Delicious" target="_blank">Delicious</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/Delicious.jpg" alt="Delicious Font" /></p>
<h2><a href="http://www.fontcubes.com/Nirvana.font" target="_blank">Nirvana</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/Nirvana.jpg" alt="Nirvana Font" /></p>
<h2><a href="http://www.fontcubes.com/NovemberMedium.font" target="_blank">NovemberMedium Font</a></h2>
<p style="text-align: center;"><img class="aligncenter" src="https://s3.amazonaws.com/webdevtuts/uploads/2009/09/fonts/November.jpg" alt="November Medium Font" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdevtuts.net/articles/20-fonts-for-designers-that-you-can-use-on-your-next-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: S3: webdevtuts.s3.amazonaws.com

Served from: www.webdevtuts.net @ 2012-02-07 17:43:11 -->
