<?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>Nomulous Blog &#187; bold</title>
	<atom:link href="http://nomulous.com/blog/tag/bold/feed/" rel="self" type="application/rss+xml" />
	<link>http://nomulous.com/blog</link>
	<description>Caveat Lector</description>
	<lastBuildDate>Wed, 07 Sep 2011 21:04:42 +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>Now in Helvetica Neue Light</title>
		<link>http://nomulous.com/blog/now-in-helvetica-neue-light/</link>
		<comments>http://nomulous.com/blog/now-in-helvetica-neue-light/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 00:21:21 +0000</pubDate>
		<dc:creator>nomulous</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[arial]]></category>
		<category><![CDATA[bold]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[font-family]]></category>
		<category><![CDATA[font-weight]]></category>
		<category><![CDATA[helvetica]]></category>
		<category><![CDATA[helvetica neue]]></category>
		<category><![CDATA[helvetica neue light]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[neue]]></category>
		<category><![CDATA[PostScript]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[sans-serif]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://nomulous.com/blog/?p=291</guid>
		<description><![CDATA[Articles and links in the sidebar have been upgraded to my official favourite font, Helvetica Neue Light. It&#8217;s pretty easy to do, but hard to figure out on your own. After searching for a while and experimenting on my own, I came up with the following CSS. font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, [...]]]></description>
			<content:encoded><![CDATA[<p>Articles and links in the sidebar have been upgraded to my official favourite font, Helvetica Neue Light. It&#8217;s pretty easy to do, but hard to figure out on your own. After searching for a while and experimenting on my own, I came up with the following CSS.</p>
<p><code>font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;<br />
font-weight: 300;<br />
</code></p>
<p>Some browsers (IE + the older ones) use fonts based on their <a href="http://en.wikipedia.org/wiki/Font_family_(HTML)">family name</a> <em>and</em> their style, that is &#8220;Helvetica Neue Light&#8221;. Others use the <a href="http://en.wikipedia.org/wiki/PostScript_fonts">PostScript name</a>, under the Adobe spec, e.g. &#8220;HelveticaNeue-Light&#8221;. Others still, such as the latest versions of Safari, Firefox, and Chrome, conform to the W3C specification when it comes to fonts and their styles, and take only the Family Name. The W3C dictates that you must use other CSS directives to get &#8220;light&#8221; or &#8220;bold&#8221; fonts. In this case the &#8220;Helvetica Neue&#8221;, along with the &#8220;font-weight: 300;&#8221;, will display Helvetica Neue Light to the user.</p>
<p>Arial is included for the sake of the poor Windows users out there, who have to use the font Microsoft put on their computer because they were to cheap to pay for Helvetica, despite it being one of the oldest and most widely used fonts in the world. As any typography nerd would know, Arial <a href="http://epoque.tumblr.com/post/189524999/jansonlee-ragbag-arial-helvetica-or">was a total rip off of Helvetica</a> and should never be used.</p>
<p>There you have it. Mac users get to look at Helvetica Neue Light, while Windows users still get crappy old Arial.</p>
]]></content:encoded>
			<wfw:commentRss>http://nomulous.com/blog/now-in-helvetica-neue-light/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

