OS X Terminal Font

Hi i was recently browsing around gathering Mac fonts to use on my Windows PC, and I managed to find most of them online. However i was unable to figure this one out:

fontle5.png

It's the one that is used in the OS X terminal, and I would to replace my console font with that font when I am programming away. Any help on how to find it would be much appreciated.

#434598

Not sure.... but I think Microsoft Consolas come close to it, I guess !!

A little googling should help finding a download.

#434603

Apple's Monaco font...its payware but chances are someone w/ a Mac can help you out or google it

http://docs.info.apple.com/article.html?artnum=25730

#434674

Not payware... this is the Windows TTF version. Made by Apple.

http://www.gringod.com/wp-upload/MONACO.TTF

Here's a tutorial on how to modify the font in the command prompt window.

I haven't tried it myself yet, but it should work.

http://www.orablogs.com/duffblog/archives/001209.html

#434677

Not payware... this is the Windows TTF version. Made by Apple.

http://www.gringod.com/wp-upload/MONACO.TTF

good call, I just looked here and assumed (hence making an arse of myself) :)

#434680

Hi i was recently browsing around gathering Mac fonts to use on my Windows PC, and I managed to find most of them online. However i was unable to figure this one out:

It's the one that is used in the OS X terminal, and I would to replace my console font with that font when I am programming away. Any help on how to find it would be much appreciated.

Good luck to smoothing it out, smooth font with black background ummm....

#434684

But that console font is not Monaco, probably Consolas...

#434690

good call, I just looked here and assumed (hence making an arse of myself) :)

Not a biggie. MyFont tends to call everything payware. If you click on the purchase option, it will tell you they are not authorized to sell it.

They then throw out more BS about Apple not making a compatible Windows font, which is complete crap.

Anyway... to use this font in the command prompt, you will need to edit the registry to get it to load.

HKLMSoftwareMicrosoftWindows NTCurrent VersionConsoleTrueTypeFont

Edit key 0 and change the name from Lucida Console to Monaco.

You may have to reboot for this to work.

#434692

Good luck to smoothing it out, smooth font with black background ummm....

Monaco isn't anti-aliased in Terminal. I tlooks hideous antialiased

#434764

Thanks for all your help guys, here's the end result of Monaco used as my default CLI font at 20pt:

untitled2copykd8.png

Doesn't look too shabby :)

#434774

Looks pretty good.

#434826