<?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>designerZen &#187; article</title>
	<atom:link href="http://www.designerzen.com/tag/article/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designerzen.com</link>
	<description>design and creative works of zenon olenski</description>
	<lastBuildDate>Mon, 22 Mar 2010 11:58:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Day 004 : Vertical Rythmn and Typography</title>
		<link>http://www.designerzen.com/2009/day-004-vertical-rythmn-and-typography/</link>
		<comments>http://www.designerzen.com/2009/day-004-vertical-rythmn-and-typography/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 10:51:24 +0000</pubDate>
		<dc:creator>designerzen</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[designerzen]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.designerzen.com/?p=130</guid>
		<description><![CDATA[Now that we have a basic layout, with boxes for all the relevent sections, it is time to start laying in content and styling it. The main issues to consider with type are readablity, proportions and the white space between sections. Each of these plays a significant role in how text flows around a page [...]]]></description>
			<content:encoded><![CDATA[<p>Now that we have a basic layout, with boxes for all the relevent sections, it is time to start laying in content and styling it. The main issues to consider with type are <strong>readablity</strong>, <strong>proportions</strong> and the <strong>white space</strong> between sections. Each of these plays a significant role in how text flows around a page and how information is grouped together.<span id="more-130"></span></p>
<p>I have very personal preferences when it comes to typography, and for this site I want to focus on <strong>readability</strong>, rather than aesthetics. I like big fonts, with big gaps between words and lots of space between lines &#8211; making it very easy to read, and incredibly easy to skim read. This is an important quality <em>as many people will stumble onto this site needing to be made instantly familiar with the context</em>. For<strong> important words</strong>, and to<strong> highlight significant sentences</strong> there are a number of extra CSS classes to handle fancy formatting.</p>
<p>An important part of any site is how it moves your user&#8217;s eyes around the page, and in particular how the <em>vertical spacing</em> between headings,  paragraphs and other elements maintains a <strong>rhythmn</strong> that balances and spaces out all of the information. To develop, demonstrate and code the typography I have created a special <a title="HTML test page" href="http://www.designerzen.com/blog/wp-content/themes/designerzen2/index.html">test page</a> which contains all the headings, paragraphs and special class codes that need to be styled for the content on this site. In the background you can see the vertical rythmn shown as equally spaced horizontal stripes, or &#8216;baselines&#8217;.</p>
<p>This is the vertical drumbeat for our content. All headings, paragraphs, images and charts have to be able to sit perfectly either on these lines or use margins to offset themselves asymnetrically between (like an offbeat). This beat runs through all sections of the site and never changes.</p>
<p>For designerZen, I am using an <strong>18px baseline</strong>. This was derived from playing around with the basic<strong> 12pt font</strong> (that is used for most of the site content) and changing the leading until a long paragraph was easily readable, and short paragraphs were clear. 18px with a 12px base font means 12 pixels vertically of text, then 6 pixels of space below.</p>
<p>Check out <a title="HTML Test Page with 18px Vertical Baseline" href="http://www.designerzen.com/blog/wp-content/themes/designerzen2/index.html">this page</a> for the test.</p>
<p>For all fonts smaller than 18px,<em> it is important to add line-height so that their baseline extend to the full 18px</em>. For fonts larger than 18px, it is important to set it so that the entire hieght of the font plus line-height is a direct multiple of 18px<em> and also the margins above and below them</em>. Take a look at the <a title="Typography.css" href="http://www.designerzen.com/blog/wp-content/themes/designerzen2/css/type.css">typography.css </a>for more information.</p>
<p>There are many resources to help you build to a baseline, my favourite debugging tool is <a href="http://robgoodlatte.com/2007/07/31/syncotype-your-baselines/">syncotype</a>, which overlays a grid of horizontal lines spaced along a baseline that you can specify. Try it out for yourself on the test page!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerzen.com/2009/day-004-vertical-rythmn-and-typography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
