<?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>Kashif Mushtaq &#187; Font</title>
	<atom:link href="http://www.kash-if.com/tag/font/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kash-if.com</link>
	<description>think again!</description>
	<lastBuildDate>Thu, 17 Dec 2009 08:55:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Typographic Contrast and Flow</title>
		<link>http://www.kash-if.com/typographic-contrast-and-flow/</link>
		<comments>http://www.kash-if.com/typographic-contrast-and-flow/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 03:13:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Font]]></category>

		<guid isPermaLink="false">http://www.kash-if.com/?p=16</guid>
		<description><![CDATA[As you have probably know, most online readers don’t read line by line, instead they scan (from one point to another). For this reason, designers create typographic contrast and flow by emphasizing certain text. Contrast is important because not all the content within a page have the same value, some have greater significance than the [...]]]></description>
			<content:encoded><![CDATA[<p class="intro">As you have probably know, most online readers don’t read line by line, instead they scan (from one point to another). For this reason, designers create typographic contrast and flow by emphasizing certain text. Contrast is important because not all the content within a page have the same value, some have greater significance than the others. By creating contrast, you can direct the reader’s attention to the important messages and at the same time enhance the visual appearance. Here are seven basic methods on how you can create typographic contrast.<br />
<span id="more-16"></span></p>
<h3><em>1.</em> Size</h3>
<p>Larger font size indicate higher priority because it draws reader’s attention, therefore this method is commonly applied on headings.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/size-large.gif" alt="large font size" /></p>
<p>On the other hand, you can de-emphasize by using smaller font size.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/size-small.gif" alt="small font size" /></p>
<h3><em>2.</em> Typeface / Classification</h3>
<p>Contrast can be achieved by mixing different typeface classifications. However, due to limited web safe fonts, there are only two main classifications commonly used: serif and sans-serif.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/type-class.gif" alt="type classification" /></p>
<p>Generally, to create a contrast between the headings and the body text, we use serif font for the headings and sans-serif font for the body, or vice versa.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/class-contrast.gif" alt="classification contrast" /></p>
<p>If you want to go beyond the web safe fonts, there are two more options:</p>
<ol>
<li><strong><a href="http://www.mezzoblue.com/tests/revised-image-replacement/" target="_top">CSS image replacement</a></strong>, that is to use CSS to hide the text and replace with a background image.<br />
[css + bg image = static graphic img]</li>
<li><strong><a href="http://www.mikeindustries.com/sifr" target="_top">sIFR</a> (Flash replacement)</strong>, that is to use Javascript and Flash technology to replace the text with the embedded font.<br />
[Javascript+Flash = any font dynamically]</li>
</ol>
<p><em>Note:</em> CSS image replacement or sIFR is not practical for long paragraph, so they are normally used for headings.</p>
<h3><em>3.</em> Color</h3>
<p>Color contrast is a common way to distinguish between navigation, headings, link, and body text.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/color-link.gif" alt="link" /></p>
<p>You can use faded color to indicate something that is disabled or not available.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/faded.gif" alt="faded" /></p>
<p>Sometime you don’t need to make something bigger to get more attention, you can create emphasis by using brighter color, such as red.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/red-color.gif" alt="red color text" /></p>
<p>You can also use color to distinguish individual word within a group of text.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/color-group.gif" alt="color grouped text" /></p>
<p>When small font size combined with lighter tone color, the importance of the text is further de-emphasized.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/least-important.gif" alt="least important" /></p>
<h3><em>4.</em> Cases</h3>
<p>When the same typeface is used for the headings and body text, contrast can be established by changing the case. Uppercase tends to get more attention than lowercase, therefore it is more suitable for headings. The CSS property to transform text to uppercase is <code>text-transform: uppercase</code>.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/case-contrast.gif" alt="case contrast" /></p>
<p><em>Tips:</em> avoid using uppercase in the body text or in long sentence because it will reduce readability.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/uppercase-block.gif" alt="uppercase text block" /></p>
<h3><em>5.</em> Style and Decoration</h3>
<p>One of the common mistakes made by most editors (particularly the Microsoft Word users), is the tendency to use the underline decoration to emphasize certain text. This is a big mistake in web typography. Readers will misinterpret the underlined text as a link because the browser underlines the link by default. So, do not underline any text that is not a link when posting on the web.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/underline-text.gif" alt="underline" /></p>
<p>Instead, you can use italic font style.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/italic.gif" alt="italic" /></p>
<h3><em>6.</em> Weight</h3>
<p>Making certain text heavier weight (bold) can also create emphasis.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/bold.gif" alt="bold" /></p>
<p>Another common mistake is that people tend to bold the entire line of text. By doing so, the emphasis/contrast of the text is lost.</p>
<p class="image"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/everything-bold.gif" alt="entire line bold" /></p>
<h3><em>7.</em> Space</h3>
<p>Space plays the most important part in maintaining flow of your design. Good use of space will tell the reader where to start, when to pause, where it ends, and what to do next.</p>
<p>There are various ways to create space:</p>
<ul>
<li><strong>Block break</strong> (<code>padding</code> or <code>margin</code>) is the space in between the block elements.</li>
<li><strong>Paragraph break</strong> (<code>padding</code> or <code>margin</code>) is the space created after the <code>&lt;p&gt;</code> element.</li>
<li><strong>Tracking</strong> (<code>letter-spacing</code>) is the space in between the characters.</li>
<li><strong>Leading</strong> (<code>line-height</code>) is the space in between the lines.</li>
<li><strong>Indentation</strong> (<code>padding</code> or <code>margin</code>) is commonly used for blockquote and list elements.</li>
</ul>
<h3>Conclusion</h3>
<p>Let’s put all these methods together in practice.</p>
<p class="image"><a href="http://www.webdesignerwall.com/wp-content/uploads/2007/12/typographic-contrast.gif"><img src="http://www.webdesignerwall.com/wp-content/uploads/2007/12/typographic-contrast-sm.gif" alt="typographic contrast final" /></a></p>
<h3>External Links:</h3>
<ul>
<li> <a href="http://webtypography.net/" target="_top">The Elements of Typographic Style Applied on the Web</a></li>
<li><a href="http://www.yourhtmlsource.com/text/webtypography.html" target="_top">An introduction to font families</a></li>
<li> <a href="http://webstyleguide.com/type/" target="_top">Web Style Guide: Typography</a></li>
<li><a href="http://alistapart.com/topics/design/typography/" target="_top">A List Apart</a></li>
<li><a href="http://files.jeffcroft.com/presentations/fowd_april_2007/JeffCroft_FOWD_Workshop_Elegant_Web_Typography.pdf" target="_top">Elegant Web Typography by Jeff Croft</a> (PDF)</li>
<li><a href="http://www.markboulton.co.uk/articles/detail/five_simple_steps_to_better_typography/" target="_top">Five steps to better typography by Mark Boulton</a></li>
<li><a href="http://www.tomontheweb2.ca/CMX/D4FBD/" target="_top">Typographic Contrast and the web</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kash-if.com/typographic-contrast-and-flow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
