<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Install Microsoft’s Consolas Font on Mac OS X</title>
	<atom:link href="http://www.wezm.net/2009/03/install-consolas-mac-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wezm.net/2009/03/install-consolas-mac-osx/</link>
	<description>The weblog of Wesley Moore</description>
	<lastBuildDate>Fri, 26 Feb 2010 13:06:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jussi</title>
		<link>http://www.wezm.net/2009/03/install-consolas-mac-osx/#comment-3867</link>
		<dc:creator>Jussi</dc:creator>
		<pubDate>Fri, 26 Feb 2010 13:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wezm.net/?p=82#comment-3867</guid>
		<description>Awesome, thanks a bunch.</description>
		<content:encoded><![CDATA[<p>Awesome, thanks a bunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://www.wezm.net/2009/03/install-consolas-mac-osx/#comment-3855</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Tue, 02 Feb 2010 04:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.wezm.net/?p=82#comment-3855</guid>
		<description>wow, awesome job.. thanks everyone!</description>
		<content:encoded><![CDATA[<p>wow, awesome job.. thanks everyone!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Merrill</title>
		<link>http://www.wezm.net/2009/03/install-consolas-mac-osx/#comment-3853</link>
		<dc:creator>David Merrill</dc:creator>
		<pubDate>Fri, 22 Jan 2010 16:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.wezm.net/?p=82#comment-3853</guid>
		<description>Great Tip Thank you!</description>
		<content:encoded><![CDATA[<p>Great Tip Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linux user</title>
		<link>http://www.wezm.net/2009/03/install-consolas-mac-osx/#comment-3821</link>
		<dc:creator>linux user</dc:creator>
		<pubDate>Sat, 14 Nov 2009 13:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.wezm.net/?p=82#comment-3821</guid>
		<description>Thanks for this, here is how to install them under Linux ;)

1) Get dmg2img (in a teminal session):

curl -L &#039;http://vu1tur.eu.org/tools/download.pl?dmg2img-1.6.1.tar.gz&#039; &#124; tar xz
cd dmg2img*
make

(If the above make command fails, you are probably missing some headers in a package named openssl-devel or similar. You could also be missing a C compiler, but if you can&#039;t work out how to fix that are you sure you need a programmers font? ;))

2) Download the DMG. Save it in your home directory.
3) Back in the directory dmg2img was in (the terminal session):
./dmg2img ~/OpenXMLConverter102.img

4) As root (or with sudo before the command) and replacing XXX with your username:

mount -t hfsplus -o loop ~XXX/OpenXMLConverter102.img /mnt

(You can also copy/paste the commands suggested by dmg2img instead)

5) Make a directory for fonts and change to it, then extract fonts (back as normal user):

mkdir consolas
cd consolas
zcat /mnt/Open\ XML\ File\ Format\ Converter\ for\ Mac\ 1.0.2.mpkg/Contents/Packages/OpenXML_all_fonts.pkg/Contents/Archive.pax.gz &#124; cpio -i

6) (As root) Unmount image:

umount /mnt

7) Install the fonts (I will leave that to your DE and if you don&#039;t have a DE you already know how to xset fp rehash, etc)

8) Enjoy :)</description>
		<content:encoded><![CDATA[<p>Thanks for this, here is how to install them under Linux <img src='http://www.wezm.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>1) Get dmg2img (in a teminal session):</p>
<p>curl –L ‘http://vu1tur.eu.org/tools/download.pl?dmg2img-1.6.1.tar.gz’ | tar xz<br />
cd dmg2img*<br />
make</p>
<p>(If the above make command fails, you are probably missing some headers in a package named openssl-devel or similar. You could also be missing a C compiler, but if you can’t work out how to fix that are you sure you need a programmers font? <img src='http://www.wezm.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
<p>2) Download the DMG. Save it in your home directory.<br />
3) Back in the directory dmg2img was in (the terminal session):<br />
./dmg2img ~/OpenXMLConverter102.img</p>
<p>4) As root (or with sudo before the command) and replacing XXX with your username:</p>
<p>mount –t hfsplus –o loop ~XXX/OpenXMLConverter102.img /mnt</p>
<p>(You can also copy/paste the commands suggested by dmg2img instead)</p>
<p>5) Make a directory for fonts and change to it, then extract fonts (back as normal user):</p>
<p>mkdir consolas<br />
cd consolas<br />
zcat /mnt/Open\ XML\ File\ Format\ Converter\ for\ Mac\ 1.0.2.mpkg/Contents/Packages/OpenXML_all_fonts.pkg/Contents/Archive.pax.gz | cpio –i</p>
<p>6) (As root) Unmount image:</p>
<p>umount /mnt</p>
<p>7) Install the fonts (I will leave that to your DE and if you don’t have a DE you already know how to xset fp rehash, etc)</p>
<p> <img src='http://www.wezm.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Enjoy <img src='http://www.wezm.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.wezm.net/2009/03/install-consolas-mac-osx/#comment-3814</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Sat, 24 Oct 2009 03:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.wezm.net/?p=82#comment-3814</guid>
		<description>Thanks! I can&#039;t live w/o consolas.</description>
		<content:encoded><![CDATA[<p>Thanks! I can’t live w/o consolas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aram</title>
		<link>http://www.wezm.net/2009/03/install-consolas-mac-osx/#comment-3712</link>
		<dc:creator>Aram</dc:creator>
		<pubDate>Mon, 20 Jul 2009 12:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.wezm.net/?p=82#comment-3712</guid>
		<description>Great tip!

After changing from Tiger to Leopard, I had to re-install my original version of Office 2008. It didn&#039;t automatically install some fonts like the Consolas, Calibri &amp; Cambria, but your tip worked. I&#039;ll spread the word!

I used the way Billy Bob told, because it&#039;s a lot easier if you are not familiar with using Terminal.</description>
		<content:encoded><![CDATA[<p>Great tip!</p>
<p>After changing from Tiger to Leopard, I had to re-install my original version of Office 2008. It didn’t automatically install some fonts like the Consolas, Calibri &amp; Cambria, but your tip worked. I’ll spread the word!</p>
<p>I used the way Billy Bob told, because it’s a lot easier if you are not familiar with using Terminal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes</title>
		<link>http://www.wezm.net/2009/03/install-consolas-mac-osx/#comment-3680</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Tue, 30 Jun 2009 22:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.wezm.net/?p=82#comment-3680</guid>
		<description>@eric s yep that&#039;s what i was advocating in the post although with a little less command line flair.</description>
		<content:encoded><![CDATA[<p>@eric s yep that’s what i was advocating in the post although with a little less command line flair.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eric s</title>
		<link>http://www.wezm.net/2009/03/install-consolas-mac-osx/#comment-3679</link>
		<dc:creator>eric s</dc:creator>
		<pubDate>Tue, 30 Jun 2009 18:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.wezm.net/?p=82#comment-3679</guid>
		<description>Thanks for the download pointer. Turns out you can also just pull the files out without installing the translator app.  Leave the installer volume mounted, then

gzcat /Volumes/Open*/*.mpkg/Contents/Packages/OpenXML_all_fonts.pkg/Contents/Archive.pax.gz &#124; (cd ~; pax -r)

(all on one line)

then open Font Book.app, File-&gt;Add Fonts, and point it at the TTF files in your home directory.</description>
		<content:encoded><![CDATA[<p>Thanks for the download pointer. Turns out you can also just pull the files out without installing the translator app.  Leave the installer volume mounted, then</p>
<p>gzcat /Volumes/Open*/*.mpkg/Contents/Packages/OpenXML_all_fonts.pkg/Contents/Archive.pax.gz | (cd ~; pax –r)</p>
<p>(all on one line)</p>
<p>then open Font Book.app, File-&gt;Add Fonts, and point it at the TTF files in your home directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://www.wezm.net/2009/03/install-consolas-mac-osx/#comment-3676</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Mon, 29 Jun 2009 14:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.wezm.net/?p=82#comment-3676</guid>
		<description>Thanks for sharing !</description>
		<content:encoded><![CDATA[<p>Thanks for sharing !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy Bob</title>
		<link>http://www.wezm.net/2009/03/install-consolas-mac-osx/#comment-3661</link>
		<dc:creator>Billy Bob</dc:creator>
		<pubDate>Fri, 05 Jun 2009 02:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.wezm.net/?p=82#comment-3661</guid>
		<description>Thanks for the tip.

I right-clicked the open-box icon, selected Show Package Contents, opened Contents, Packages, and clicked on OpenXML_all_fonts.pkg.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.</p>
<p>I right-clicked the open-box icon, selected Show Package Contents, opened Contents, Packages, and clicked on OpenXML_all_fonts.pkg.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
