<?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; Typography</title>
	<atom:link href="http://www.designerzen.com/tag/typography/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designerzen.com</link>
	<description>design and work of zenon olenski</description>
	<lastBuildDate>Mon, 14 Nov 2011 13:57:52 +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>Dynamic Typographic Styles</title>
		<link>http://www.designerzen.com/2009/07/dynamic-typographic-styles/</link>
		<comments>http://www.designerzen.com/2009/07/dynamic-typographic-styles/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 19:29:12 +0000</pubDate>
		<dc:creator>designerzen</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.designerzen.com/?p=272</guid>
		<description><![CDATA[Beautifully Balanced CSS for Type After writing about vertical rhythms and using a fixed baseline to set type to fit perfectly  onto a grid,  I thought it fitting to release my Typographic CSS generator &#8211; a super simple script that &#8230; <a href="http://www.designerzen.com/2009/07/dynamic-typographic-styles/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h4>Beautifully Balanced CSS for Type</h4>
<p>After <a title="Day 010 : Typographic Baselines" href="http://www.designerzen.com/2009/07/day-010-typographic-baselines/">writing about vertical rhythms</a> and using a <strong>fixed baseline</strong> to set type to fit perfectly  onto a grid,  I thought it fitting to release my <strong>Typographic CSS generator</strong> &#8211; a super simple script that creates beautiful, balanced typography that can be dropped straight into your webpage. It&#8217;s job is three fold, firstly, it resets and normalises all styles (<em>negating the use for a reset.css</em>), secondly it sets a <em>cross-browser compatible</em> baseline and adjusts all type to fit accordingly, and thirdly <strong>it kerns text</strong> to make it as readable as possible, especially at the smallest sizes.<span id="more-272"></span><a class="external_link" title="Dynamic Typographic Style Sheet Generator" href="http://www.designerzen.com/web/csstypography/test.php" target="_blank">Try it out for yourself over at the Test Page</a></p>
<p>The <strong>power lies in the different settings you can append to the query line</strong> (<em>adding the options after the <strong>?</strong> in the url by prefixing it with an <strong>&amp;</strong></em>). The easiest and most fun way is to simply <em>play around with the test page </em>above or pick from one of the examples below.</p>
<ol>
<li><a href="http://www.designerzen.com/web/csstypography/test.php?baseline=22&amp;textcol=10,10,100&amp;linkcol=990000&amp;max=96&amp;p=14" target="_blank">Example 01</a> : Red Links, Blue Text (set as individual RGB colours), Maximum font size is 96 points, baseline set at 22 pixels, paragraph set to 14pts</li>
<li><a href="http://www.designerzen.com/web/csstypography/test.php?baseline=22&amp;textcol=0000FF&amp;linkcol=990000&amp;max=96&amp;capitalise=true" target="_blank">Example 01</a> : Red Links, Blue Text, Maximum font size is 96 points, baseline set at 22 pixels, Headlines in Capitals</li>
<li><a href="http://www.designerzen.com/web/csstypography/test.php?baseline=18&amp;textcol=60,60,0&amp;linkcol=ff0000&amp;max=72" target="_blank">Example 01</a> : Red Links, Brown Text (set as individual RGB colours), Maximum font size is 72 points, baseline set at 18 pixels</li>
<li><a href="http://www.designerzen.com/web/csstypography/test.php?baseline=22&amp;capitalise=true&amp;linkcol=0,0,255&amp;max=46&amp;min=4" target="_blank">Example 02</a> : Blue Links, Maximum font size is 46 points, Minimum is 4 points, baseline set at 22 pixels, Headlines are in capitals</li>
<li><a href="http://www.designerzen.com/web/csstypography/test.php?baseline=34&amp;textcol=0,10,0&amp;linkcol=0,255,0&amp;h1=56&amp;p=18" target="_blank">Example 03</a> : Green Links, H1 set as 56 points, p set to 18 points, baseline set at 34 pixels</li>
<li><a href="http://www.designerzen.com/web/csstypography/test.php?h1=100&amp;h2=90&amp;h3=80&amp;h4=40&amp;h5=30&amp;h6=20&amp;blockquote=24&amp;textcol=0,0,110" target="_blank">Example 04</a> : Blue Text, H1 set at 100 points, H2 set at 90 points, H3 set at 80 points, H2 set at 40 points, blockquote set at 24points</li>
<li><a href="http://www.designerzen.com/web/csstypography/test.php?scale=100" target="_blank">Example 05</a> : Double size deafults</li>
<li><a href="http://www.designerzen.com/web/csstypography/test.php?baseline=22&amp;max=36&amp;textcol=5b504c&amp;font=%27helvetica%27&amp;capitalise=true&amp;linkcol=192d6a&amp;hovercol=37acc4&amp;p=14">Example 06</a> : <em>An example site, similar to this one</em>!</li>
</ol>
<p><em>Note : the query sent to the test page is identical to the query sent to the dynamic CSS file.</em></p>
<p>All of the output CSS is <em>w3c valid</em>, cross browser compatible, scales neatly and is commented and laid out readably (unless in deploy mode <img src='http://www.designerzen.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>You can access the latest version of the source code over at <a title="Google Code Repo for Designerzen" href="http://code.google.com/p/css-dynamic-typographic-php/" target="_blank">Google Code.</a> The source code is released under the <strong>MIT license </strong>so please improve it however you see fit, just let me see your awesome developments once you are done so that we can both benefit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerzen.com/2009/07/dynamic-typographic-styles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 010 : Typographic Baselines</title>
		<link>http://www.designerzen.com/2009/07/day-010-typographic-baselines/</link>
		<comments>http://www.designerzen.com/2009/07/day-010-typographic-baselines/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 18:09:39 +0000</pubDate>
		<dc:creator>designerzen</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[designerzen]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.designerzen.com/?p=275</guid>
		<description><![CDATA[After coding multiple sites this week and evangelising about fixed baselines last week, I have found myself constantly having to do irritating fiddly maths or copy-pasting previously worked out styles. The problem with this is two fold &#8211; firstly, many &#8230; <a href="http://www.designerzen.com/2009/07/day-010-typographic-baselines/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After coding multiple sites this week and evangelising about fixed baselines last week, I have found myself constantly having to do irritating fiddly maths or copy-pasting previously worked out styles. The problem with this is two fold &#8211; firstly, many of my new projects are based on a 22 pixel baseline (rendering much of my old code obsolete) and secondly, headlines vary in sizes on every site dependent on the visual aesthetics of the content.<span id="more-275"></span> This site uses large &#8211; well spaced headlines which I had to programatically typeset myself using line-height and margins to maintain a strict vertical rhythm. The maths is not complicated, in fact it is very simple, but if for each site I have to create six headline styles and define the correct kerning which takes time. This has led me to create this Dynamic Typography CSS Generator for typography.I have released the script for all to use. You can read more about it and the many usages for it <a href="http://www.designerzen.com/2009/dynamic-typographic-styles/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerzen.com/2009/07/day-010-typographic-baselines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 004 : Vertical Rythmn and Typography</title>
		<link>http://www.designerzen.com/2009/03/day-004-vertical-rythmn-and-typography/</link>
		<comments>http://www.designerzen.com/2009/03/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 &#8230; <a href="http://www.designerzen.com/2009/03/day-004-vertical-rythmn-and-typography/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></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/03/day-004-vertical-rythmn-and-typography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MED Logo</title>
		<link>http://www.designerzen.com/2007/03/med/</link>
		<comments>http://www.designerzen.com/2007/03/med/#comments</comments>
		<pubDate>Thu, 01 Mar 2007 01:11:22 +0000</pubDate>
		<dc:creator>designerzen</dc:creator>
				<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Logos]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[logo]]></category>

		<guid isPermaLink="false">http://www.designerzen.com/2007/med/</guid>
		<description><![CDATA[New logo, old school software Want music making to be instant and fun again? Try Med. As version 2 is finally nearing completion I have designer a new logo for the product. Made up of musical clefs, staves and punctuation, &#8230; <a href="http://www.designerzen.com/2007/03/med/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.designerzen.com/blog/wp-content/uploads/2007/03/med.gif" class="left" alt="Music EDitor" /></p>
<h3>New logo, old school software</h3>
<p>Want music making to be instant and fun again? Try Med. As version 2 is finally nearing completion I have designer a new logo for the product. Made up of musical clefs, staves and punctuation, this is a <em>super-musical logotype</em>!<br />
<span id="more-73"></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerzen.com/2007/03/med/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Psykick Holiday</title>
		<link>http://www.designerzen.com/2007/01/psykick-logo/</link>
		<comments>http://www.designerzen.com/2007/01/psykick-logo/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 17:49:47 +0000</pubDate>
		<dc:creator>designerzen</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Favourites]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Logos]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[illustrator]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.designerzen.com/blog/index.php/2007/psykick-logo/</guid>
		<description><![CDATA[Future Retro Kitch Designed as the main logo for the reborn &#8216;Box Office Poison&#8217; band. Commissioned for the sleeve art, T-shirts and PR material, the logo is sultry and exotic, with just a cheeky dash of kitsch. Subversively there is &#8230; <a href="http://www.designerzen.com/2007/01/psykick-logo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.designerzen.com/blog/wp-content/uploads/2007/01/psykick.png" class="left" alt="Psykick Holiday" /></p>
<h3>Future Retro Kitch</h3>
<p>Designed as the main logo for the reborn <strong>&#8216;Box Office Poison&#8217;</strong> band. Commissioned for the sleeve art, T-shirts and PR material, the logo is sultry and exotic, with just a cheeky dash of kitsch. <span id="more-38"></span><br />
Subversively there is a hidden face. Can you find him???<br />
<img src="http://www.designerzen.com/blog/wp-content/uploads/2007/01/psykick.jpg" alt="" title="psykick" width="680" height="558" class="alignnone size-full wp-image-467" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.designerzen.com/2007/01/psykick-logo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

