1
0
Fork 0
forked from wezm/wezm.net
wezm.net/content/technical/2009/03/install-consolas-mac-osx.html

41 lines
2.3 KiB
HTML
Raw Normal View History

2010-03-11 20:30:27 +00:00
With the introduction of Windows Vista and Office 2007 Microsoft included some new fonts, which became the defaults in Office. Their names all start with 'C' and they are quite attractive. In particular there is a monospaced font called <a href="http://en.wikipedia.org/wiki/Consolas">Consolas</a> that is nice to use as a text editor font and Terminal font. The problem is they aren't technically free, although Microsoft does include them in a number of freely available updaters. What follows is how I went about installing the fonts on my Mac.
2010-03-11 20:30:27 +00:00
<!--more-->
1. Download the Open XML File Format Converter for Mac from the <a href="http://www.microsoft.com/mac/downloads.mspx">Microsoft Mactopia download page</a>.
1. Double click the disk image if it wasn't automatically mounted. You will see an Open XML File Format Converter meta package (.mpkg). This is an installer package comprised of several sub-installer packages. One of which is the fonts I was after.
1. Run the Open XML Fonts Installer package. Running the following in the Terminal will achieve this in a typical Mac OS X ins
1. `open "/Volumes/Open XML File Format Converter for Mac 1.0.2/Open XML File Format Converter for Mac 1.0.2.mpkg/Contents/Packages/OpenXML_all_fonts.pkg"`
1. Follow the prompts and you're done. You can now configure you text editor and Terminal to use Consolas.
**Note:** I deemed that the `OpenXML_all_fonts.pkg` was safe to install without fear that it will install any other rubbish using the `lsbom` command as follows:
2010-03-11 20:30:27 +00:00
$ lsbom -s /Volumes/Open\ XML\ File\ Format\ Converter\ for\ Mac\ 1.0.2/Open\ XML\ File\ Format\ Converter\ for\ Mac\ 1.0.2.mpkg/Contents/Packages/OpenXML_all_fonts.pkg/Contents/Archive.bom
.
./Calibri Bold Italic.ttf
./Calibri Bold.ttf
./Calibri Italic.ttf
./Calibri.ttf
./Cambria Bold Italic.ttf
./Cambria Bold.ttf
./Cambria Italic.ttf
./Cambria.ttf
./Candara Bold Italic.ttf
./Candara Bold.ttf
./Candara Italic.ttf
./Candara.ttf
./Consolas Bold Italic.ttf
./Consolas Bold.ttf
./Consolas Italic.ttf
./Consolas.ttf
./Constantia Bold Italic.ttf
./Constantia Bold.ttf
./Constantia Italic.ttf
./Constantia.ttf
./Corbel Bold Italic.ttf
./Corbel Bold.ttf
./Corbel Italic.ttf
./Corbel.ttf</pre>
2010-03-11 20:30:27 +00:00
This listing shows that the package only contains fonts, nothing else.