<?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>Davin&#039;s blog &#187; typography</title>
	<atom:link href="http://blog.davingranroth.com/tag/typography/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davingranroth.com</link>
	<description>Experience design, faith, and family.</description>
	<lastBuildDate>Sat, 21 Jan 2012 13:42:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Much ado about phone numbers</title>
		<link>http://blog.davingranroth.com/2011/11/much-ado-about-phone-numbers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=much-ado-about-phone-numbers</link>
		<comments>http://blog.davingranroth.com/2011/11/much-ado-about-phone-numbers/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 20:32:49 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Davin]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=1717</guid>
		<description><![CDATA[Lately I&#8217;ve been thinking about formatting phone numbers. Of course, there are plenty of options in addition to the ones above, but these are some common ones, although the thin spaces option is perhaps not too common. I added it &#8230; <a href="http://blog.davingranroth.com/2011/11/much-ado-about-phone-numbers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_1718" class="wp-caption alignnone" style="width: 506px"><img class="size-full wp-image-1718" title="Four approaches to styling phone numbers." src="http://blog.davingranroth.com/wp-content/uploads/2011/11/styling-phone-numbers.png" alt="Four approaches to styling phone numbers." width="496" height="253" /><p class="wp-caption-text">Here are four approaches to styling phone numbers. Which looks best to you?</p></div>
<p>Lately I&#8217;ve been thinking about formatting phone numbers. Of course, there are plenty of options in addition to the ones above, but these are some common ones, although the thin spaces option is perhaps not too common. I added it because I&#8217;ve been wondering about the value of the separator characters, and if we can just not use them in favor of a little white space.</p>
<p>Here is some of the thinking.</p>
<ol>
<li>The conventional formatting of (123) 456-7890 will obviously be a phone number to most Americans.</li>
<li>I&#8217;m no fan of the dashes.</li>
<li>I&#8217;m okay with the periods. However, are they needed?</li>
<li>Which led me to try the version with thin spaces between each set of digits.</li>
</ol>
<p>I like the thin spaces, but I don&#8217;t dislike the conventional version. So, for obviousness, I lean towards the convention. For aesthetic, I lean towards the thin spaces.</p>
<p>But part of the decision of which approach to go with will depend upon the context. For instance, is the phone number labeled with an obvious word like <em>Telephone</em> or <em>Phone</em>? If so, I might opt for the thin spaces version.</p>
<p>However, if the context is unclear, say in the absence of clear cues about what that number is, the conventional approach would be best. Otherwise, the number could be misinterpreted as some other number, or it might simply take the reader too much mental effort to recognize it as a phone number. No need for that sort of rudeness.</p>
<p>Clearly, this is all just my opinion. Do you have a preference for how phone numbers ought to be styled?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2011/11/much-ado-about-phone-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small-caps, web text, and CSS</title>
		<link>http://blog.davingranroth.com/2011/04/small-caps-web-text-and-css/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=small-caps-web-text-and-css</link>
		<comments>http://blog.davingranroth.com/2011/04/small-caps-web-text-and-css/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 02:40:07 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=1583</guid>
		<description><![CDATA[There&#8217;s a trick to getting small-caps to work on the web, and it&#8217;s counter-intuitive. Let&#8217;s say you had an abbreviation, like CSS, that you wanted to put into small-caps, say with a little extra tracking. You might think you could &#8230; <a href="http://blog.davingranroth.com/2011/04/small-caps-web-text-and-css/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a trick to getting small-caps to work on the web, and it&#8217;s counter-intuitive.</p>
<p>Let&#8217;s say you had an abbreviation, like <abbr title="Cascading Style Sheets">CSS</abbr>, that you wanted to put into small-caps, say with a little extra tracking. You might think you could use the <abbr title="Cascading Style Sheets">CSS</abbr> property font-variant: small-caps, and you&#8217;d be good to go. Not so.</p>
<p>Here&#8217;s why. Because for small-caps to work, you need to start with lowercase letters.</p>
<p>However, when you&#8217;re simply typing your thoughts out before you&#8217;ve decided on small-caps for abbreviations, acronyms, etc., you probably typed those abbreviations in uppercase.</p>
<p>So, when you tried small-caps, it simply didn&#8217;t work. For example, see this <a href="http://joeclark.org/standards/small-caps.html">web page from 2005 that Joe Clark wrote to test small-caps</a>. Note how the small-caps versions are more like regular capital letters. Not cool. It makes the hack look good, which is bad.</p>
<p>So, here&#8217;s what you can do (and what I think browsers ought to be doing automatically anyway):</p>
<ol>
<li>First apply <code>text-transform: lowercase</code></li>
<li>Then apply <code>font-variant: small-caps</code></li>
</ol>
<p>That ought to do it.</p>
<p>Here&#8217;s a more specific example of the <abbr title="Cascading Style Sheets">CSS</abbr>.</p>
<p><code>abbr, acronym {<br />
text-transform: lowercase;<br />
font-variant: small-caps;<br />
letter-spacing: 1px;<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2011/04/small-caps-web-text-and-css/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>&#8220;P&#8221; is for parking–-you could&#8217;ve fooled me</title>
		<link>http://blog.davingranroth.com/2009/07/p_is_for_parking/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=p_is_for_parking</link>
		<comments>http://blog.davingranroth.com/2009/07/p_is_for_parking/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 13:29:57 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[Owosso]]></category>
		<category><![CDATA[signs]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=825</guid>
		<description><![CDATA[The first time I noticed the green P sign in Owosso, MI, I thought it was trying to tell me that the road was going to make some weird loop back onto itself. After a few seconds I suspected it &#8230; <a href="http://blog.davingranroth.com/2009/07/p_is_for_parking/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="attachment_824" class="wp-caption alignleft" style="width: 250px"><img class="size-full wp-image-824" title="stretched-Parking-240x180" src="http://blog.davingranroth.com/wp-content/uploads/2009/07/stretched-Parking-240x180.jpg" alt="&quot;P&quot; for Parking sign in Owosso, MI. The P is pulled out of proportion." width="240" height="180" /><p class="wp-caption-text">&quot;P&quot; for Parking sign in Owosso, MI. The P is pulled out of proportion.</p></div>
<p>The first time I noticed the green P sign in Owosso, MI, I thought it was trying to tell me that the road was going to make some weird loop back onto itself.</p>
<p>After a few seconds I suspected it might actually have to do with parking (which, of course, it does).</p>
<p>It was one of those mini lessons in typography, and yesterday I finally got around to taking a picture of it (thanks Tom for letting me use your phone).</p>
<p>The problem with the sign is that whoever designed it stretched the letter &#8220;P,&#8221; malforming it just enough where I, as someone new to this area, failed to immediately recognize it for what it is.</p>
<p>This photo was worth taking because it showed a standard &#8220;P&#8221; in the stop sign next to the malformed &#8220;P&#8221; in the parking sign.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2009/07/p_is_for_parking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Helvetica vs Arial comparison</title>
		<link>http://blog.davingranroth.com/2009/04/helvetica-vs-arial-comparison/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=helvetica-vs-arial-comparison</link>
		<comments>http://blog.davingranroth.com/2009/04/helvetica-vs-arial-comparison/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 01:23:44 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[Adam]]></category>
		<category><![CDATA[arial]]></category>
		<category><![CDATA[helvetica]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=782</guid>
		<description><![CDATA[I was on the phone with Adam and interrupted him because I noticed a commercial that switched fonts from Helvetica Bold in the middle of the spot to Arial Bold in the closing frames. The fonts are so similar that &#8230; <a href="http://blog.davingranroth.com/2009/04/helvetica-vs-arial-comparison/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was on the phone with Adam and interrupted him because I noticed a commercial that switched fonts from Helvetica Bold in the middle of the spot to Arial Bold in the closing frames. The fonts are so similar that they really shouldn&#8217;t have switched. It was probably an oversight, but I was startled by it.</p>
<p>Anyway, Adam commented that it&#8217;s crazy I noticed the difference. So, here&#8217;s an image to show why it isn&#8217;t crazy to notice the difference between the two.</p>
<div id="attachment_785" class="wp-caption alignnone" style="width: 310px"><img class="size-full wp-image-785" title="helvetica-arial-comparison-300x158" src="http://blog.davingranroth.com/wp-content/uploads/2009/04/helvetica-arial-comparison-300x158.png" alt="Comparison of Helvetica vs Arial. Note the capital G, R, and lowercase e, r, a, and t." width="300" height="158" /><p class="wp-caption-text">Comparison of Helvetica vs Arial. Note the capital G, R, and lowercase e, r, a, and t.</p></div>
<p>The giveaway for me is the capital letter R. Helvetica&#8217;s capital R has some nice curves on the leg of the R, compared to Arial&#8217;s fairly angular stroke. I really like Helvetica&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2009/04/helvetica-vs-arial-comparison/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stay up-to-date through our…what?</title>
		<link>http://blog.davingranroth.com/2009/01/stay-up-to-date-through-our%e2%80%a6what/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=stay-up-to-date-through-our%25e2%2580%25a6what</link>
		<comments>http://blog.davingranroth.com/2009/01/stay-up-to-date-through-our%e2%80%a6what/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 01:09:53 +0000</pubDate>
		<dc:creator>Davin Granroth</dc:creator>
				<category><![CDATA[Web design and technology]]></category>
		<category><![CDATA[interface design]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://blog.davingranroth.com/?p=651</guid>
		<description><![CDATA[Okay, so…when I first glanced at this text, I did a triple-take because I thought it read, &#8220;The best way to stay updated with the Design Encyclopedia is through our ass… It&#8217;s actually &#8220;RSS,&#8221; not some kinky techie-mojo. Just thought &#8230; <a href="http://blog.davingranroth.com/2009/01/stay-up-to-date-through-our%e2%80%a6what/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-650" title="RSS text from The Design Encylopedia" src="http://blog.davingranroth.com/wp-content/uploads/2009/01/rss-text-design-encyclopedia.png" alt="RSS text from The Design Encylopedia" width="298" height="39" /></p>
<p>Okay, so…when I first glanced at this text, I did a triple-take because I thought it read, &#8220;The best way to stay updated with the Design Encyclopedia is through our <em>ass</em>…</p>
<p>It&#8217;s actually &#8220;RSS,&#8221; not some kinky techie-mojo. Just thought I&#8217;d share.</p>
<p>(It&#8217;s from <a href="http://www.thedesignencyclopedia.org/">The Design Encyclopedia</a>, which is actually a cool project.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davingranroth.com/2009/01/stay-up-to-date-through-our%e2%80%a6what/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

