<?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>Aesthetically Written &#187; Type O’clock</title>
	<atom:link href="http://designr.it/aestheticallywritten/category/type-oclock/feed/" rel="self" type="application/rss+xml" />
	<link>http://designr.it</link>
	<description>Online home of Piotr Fedorczyk, Polish graphic &#38; web-designer, accessibility and usability enthusiast based in Florence, Tuscany.</description>
	<lastBuildDate>Tue, 15 Sep 2009 12:30:37 +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>It’s Type O’clock!</title>
		<link>http://designr.it/aestheticallywritten/2009/01/its-type-oclock/</link>
		<comments>http://designr.it/aestheticallywritten/2009/01/its-type-oclock/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 07:14:39 +0000</pubDate>
		<dc:creator>Piotr</dc:creator>
				<category><![CDATA[Type O’clock]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[List]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://designr.it/?p=233</guid>
		<description><![CDATA[<span class="miniatura">O</span>ne of the key qualities of a good information designer is attention to details and since typography is the new cool trend we now seem to care more than ever about presenting text online correctly. The following article is based on my personal experience, yet there’s great probability that much of the following has already been said by somebody else. What you’ll find here is a few tricks for setting type on web I’ve learned over the past few months some of which, amazingly enough, I hardly ever see being used.]]></description>
			<content:encoded><![CDATA[<p><span class="miniatura">O</span>ne of the key qualities of a good information designer is attention to details and since typography is the new cool trend we now seem to care more than ever about presenting text online correctly. The following article is based on my personal experience, yet there’s great probability that much of the following has already been said by somebody else. What you’ll find here is a few tricks for setting type on web I’ve learned over the past few months some of which, amazingly enough, I hardly ever see being used.</p>
<h3>Don’t be shy to use soft hyphens.</h3>
<p>When justifying text there’s a risk of ending up with rivers of white space flowing between words in a paragraph<sup><a id="hrefNote1" href="#artNote1"><span class="num">[1]</span></a></sup> (<a href="#attachment_253">figure <span class="num">1.1</span></a>).</p>
<div id="attachment_253" class="wp-caption alignnone" style="width: 418px"><img class="size-large wp-image-253" title="normal" src="http://designr.it/aestheticallywritten/wp-content/uploads/2009/01/normal-408x127.jpg" alt="Justified paragraph. No soft hyphens used." width="408" height="127" /><p class="wp-caption-text">(1.1) Justified paragraph. No soft hyphens used.</p></div>
<p>Whether to throw a few <code style="white-space:nowrap">&amp; s h y ;</code> (leave out the spaces) between the syllables of the words or not depends on your good will. I don’t recommend breaking all the words on all pages with soft hyphens not only because you wouldn’t find time to read this blog anymore, but also because there are a few search engines still having problems indexing hyphenated words correctly. However if it’s one or two paragraphs in a prominent place on a page you’re thinking about I’d give it a try.</p>
<div id="attachment_254" class="wp-caption alignnone" style="width: 418px"><img class="size-large wp-image-254" title="shyed" src="http://designr.it/aestheticallywritten/wp-content/uploads/2009/01/shyed-408x127.jpg" alt="Justified paragraph. Soft hyphens in use." width="408" height="127" /><p class="wp-caption-text">(1.2) Justified paragraph. Soft hyphens in use.</p></div>
<p>There are also tools that can do all the hard work for you but you might want to think twice before using them<sup><a id="hrefNote2" href="#artNote2"><span class="num">[2]</span></a></sup>.</p>
<h3>Beware of the default link underline.</h3>
<p>Unless you want to risk compromising legibility and/or usability with an alternative link styling know that <strong>it is always ok to go with a simple underline</strong> (<a href="#attachment_237">figure <span class="num">2.1</span></a>).</p>
<div id="attachment_237" class="wp-caption alignnone" style="width: 418px"><img class="size-full wp-image-237" title="jsm-original" src="http://designr.it/aestheticallywritten/wp-content/uploads/2009/01/original.gif" alt="Link styling at jasonsantamaria.com" width="408" height="135" /><p class="wp-caption-text">(2.1) Link styling at jasonsantamaria.com</p></div>
<p>Wether the default underline may cause readability issues or not is for you to judge. I strongly recommend setting <code>text-decoration</code> to <code>none</code> and replacing it with <code>border-bottom: 1px solid; padding-bottom: 1px</code>. This way the underline won’t cut through nor melt with the descenders<sup><a id="hrefNote3" href="#artNote3"><span class="num">[3]</span></a></sup> (<a href="#attachment_238">figure <span class="num">2.2</span></a>).</p>
<div id="attachment_238" class="wp-caption alignnone" style="width: 418px"><img class="size-full wp-image-238" title="jsm-modified" src="http://designr.it/aestheticallywritten/wp-content/uploads/2009/01/modified.gif" alt="Possible alternative link styling at jasonsantamaria.com" width="408" height="134" /><p class="wp-caption-text">(2.2) Possible alternative link styling at jasonsantamaria.com</p></div>
<h3>Be careful with Helvetica.</h3>
<p>Helvetica is beautiful. It is also almost unreadable at smaller sizes on some machines. Consider using Arial or — if you really must — Helvetica Neue when setting <code>font-size</code> to less than <code>12px</code><sup><a id="hrefNote4" href="#artNote4"><span class="num">[4]</span></a></sup>. Set your pages’ <code>body</code> text to Arial — if sans-serif is what you’re after — and use Hel&shy;vet&shy;ica only for headings.</p>
<h3>Use better CSS font stacks.</h3>
<p>Last year Unit Interactive published an extremely useful cheat-sheet, a reference I’ve been using since then in every <acronym>html</acronym> <span class="amp">&amp;</span> <acronym title="Cascading Style Sheet">css</acronym> coding job. Better CSS Font Stacks helps you chose the right set of typefaces to use on your website. It provides you with a wide range of <strong>ideal</strong>, web-safe choices (the one you wish would appear for possibly all the users) accompanied by <strong>fitting</strong> (for when the first is not present), <strong>common</strong> and <strong>generic</strong> alternatives. You’ll find download link in the Unit Interactive’s blog post (<a href="http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/">link</a>) where you can read all about the document and learn how to use it.</p>
<h3>Avoid sans-serif small-caps mishmash.</h3>
<p><code>font-variant</code> property is experiencing its renaissance. No wonder, it definitely does its magic when applied to serif typefaces and tagged along with positive letter-spacing (<a href="#attachment_277">figure <span class="num">3.1</span></a>).</p>
<div id="attachment_277" class="wp-caption alignnone" style="width: 418px"><img class="size-full wp-image-277" title="georgia" src="http://designr.it/aestheticallywritten/wp-content/uploads/2009/01/georgia.png" alt="(1.6) Georgia." width="408" height="60" /><p class="wp-caption-text">(3.1) Serif small-caps.</p></div>
<p>Avoid applying this property to sans-serif typefaces such as Arial and Helvetica (<a href="#attachment_278 ">figure <span class="num">3.2</span></a>). Especially at smaller sizes. If you really have no other option try using <code>text-transform: uppercase</code> first.</p>
<div id="attachment_278" class="wp-caption alignnone" style="width: 418px"><img class="size-full wp-image-278" title="helvetica" src="http://designr.it/aestheticallywritten/wp-content/uploads/2009/01/helvetica.png" alt="(1.7) Helvetica." width="408" height="60" /><p class="wp-caption-text">(3.2) Sans-serif small-caps.</p></div>
<h3>Embrace the paragraph typography.</h3>
<p>Text paragraphs don’t have to look dull. There is at least a dozen different ways to style paragraphs with <acronym title="Cascading Style Sheet">css</acronym>. Read Jon Tan’s <a href="http://jontangerine.com/log/2008/06/the-paragraph-in-web-typography-and-design">article</a> on The Paragraph in Web Typography <span class="amp">&amp;</span> Design and take a look at the <a href="http://jontangerine.com/silo/typography/p/">cheat-sheet</a> accompanying the article for more information.</p>
<h3>Experiment with different numerals.</h3>
<p>This may seem outrageous to some of you but I’ve recently begun to enclose all the numbers I use throughout the posts here at Aesthetically Written in separate spans so I could have more control over their typographic presentation. If you have both Baskerville and Georgia installed on your machine you’ve probably already noticed that I differentiate numbers with the latter. It’s just because the Georgia’s numerals are much sexier than those of Baskerville! Try it in one of your future projects, not necessarily in the same configuration, and — I guarantee — you won’t regret it.</p>
<h3>Style subscript and superscript text properly.</h3>
<p><code>sub</code> and <code>sup</code> tags may come in handy in only a few isolated cases. When they do an extra line of <acronym title="Cascading Style Sheet">css</acronym> is necessary. Otherwise leading may suffer (<a href="#attachment_362">figure <span class="num">5.1</span></a>).</p>
<div id="attachment_362" class="wp-caption alignnone" style="width: 418px"><img class="size-full wp-image-362" title="normal" src="http://designr.it/aestheticallywritten/wp-content/uploads/2009/01/normal.png" alt="Erroneous default styling." width="408" height="131" /><p class="wp-caption-text">(5.1) Erroneous default styling.</p></div>
<p>Set <code>line-height</code> to <span class="num">0</span> in order to avoid the leading issues. (<a href="#attachment_363">figure <span class="num">5.2</span></a>).</p>
<div id="attachment_363" class="wp-caption alignnone" style="width: 418px"><img class="size-full wp-image-363" title="modified" src="http://designr.it/aestheticallywritten/wp-content/uploads/2009/01/modified.png" alt="(5.2) Correct leading." width="408" height="120" /><p class="wp-caption-text">(5.2) Correct leading.</p></div>
<p>I hope that some of you enjoyed this article and found the tips listed above useful. I’d like you to know that I plan on making Type O’clock become a series of articles published on a regular basis. Hence, I’d really use a few words of encouragement and/or constructive criticism =) Have a great day and I’m looking forward to hearing what you have to say.</p>
<p><strong>Oh! And all the best in 2009!</strong></p>
<ol id="artNotes">
<li id="artNote1">There’s an almost poetic detailed description of the <strong>river problem</strong> written by John Boardley’s over at iLT. You might want to check it out.<br />
<a href="http://ilovetypography.com/2008/04/11/extreme-type-terminology-part-3/">http://ilovetypography.com/…/extreme-type-terminology…/</a> <span class="hrefBack"><a href="#hrefNote1">up ^</a></span></li>
<li id="artNote2">Hyphenator.js<br />
<a href="http://code.google.com/p/hyphenator/">http://code.google.com/p/hyphenator/</a><br />
wp-Hyphenate WordPress plugin:<br />
<a href="http://kingdesk.com/projects/wp-hyphenate/">http://kingdesk.com/projects/wp-hyphenate/</a><br />
<span class="hrefBack"><a title="Go back" href="#hrefNote2">up ^</a></span></li>
<li id="artNote3">In typography, a descender is the portion of a letter in a Latin alphabet that extends below the baseline of a font. Read more about descenders at Wikipedia.<br />
<a href="http://en.wikipedia.org/wiki/Descender">http://en.wikipedia.org/wiki/Descender</a> <span class="hrefBack"><a title="Go back" href="#hrefNote3">up ^</a></span></li>
<li id="artNote4">Trevor Davis prepared a couple of screenshots illustrating the issue with Helvetica at smaller sizes. There’s also a demo page for you to try Helvetica in your browser of choice.<br />
<a href="http://trevordavis.net/blog/web/stop-using-helvetica/">http://trevordavis.net/blog/web/stop-using-helvetica/</a> <span class="hrefBack"><a title="Go back" href="#hrefNote4">up ^</a></span></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://designr.it/aestheticallywritten/2009/01/its-type-oclock/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
