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 Consolas 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.
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"
OpenXML_all_fonts.pkg
was safe to install without fear that it will install any other rubbish using the lsbom
command as follows:
$ 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.ttfThis listing shows that the package only contains fonts, nothing else.