
I remember reading on one of the Mac forums I frequent that somebody thought it wasn't the major changes that Apple makes to it's software that set it apart from other vendors, it's the little, less publicised things that make their systems that much more of a pleasure to use in little but meaningful ways. Aside from a couple of of blunders I completely agree.
Case in point, Snow Leopard comes bundled with a new monospace font called Menlo which is shaping (ha, pun) out to be one of my favourite new features. If you haven't noticed it, launch Font Book.app and bask in its awesomeness!
If you're on Snow Leopard reading this, you should be able to tell the difference:
This is Monaco, my previous favourite
This is Andele Mono, from the Home Brew Terminal theme
This is Menlo, my new favourite monospaced font!
I'm not a graphics designer so I don't know the language I'm supposed to use when describing fonts, ligatures, serifs and the like but Menlo is brilliant. It's as if they took Monaco and Fixedsys from the early Windows and DOS days and made a slightly more "retro modern" typeface. Because each character is slightly shorter, lines of text also seem more evenly spaced. The font smoothing and anti-aliasing also look really good.
I've set Menlo as my default font in Terminal.app and TextMate and am thorougly loving it. I've also gone ahead and added it to my CSS for this site, so if you're running Snow Leopard you'll see it in code samples! Font porn?
code, pre, .mono, .grilled_cheese_sandwich {
/* Mac, Mac, FLOSS, Windows, All */
font-family: Menlo, Monaco, "DejaVu Sans Mono",
"Lucida Console", monospace;
}
As much as I love Linux and FreeBSD desktop environments like Gnome and Xfce, the presentation of fonts and typefaces still keep me looking forward to programming and working on my Mac above all else, though they are improving in leaps and bounds. I don't consider Windows to be a viable contender with it's subpar onscreen font rendering.
Apple's "new" font is the font most Linux distributions used for years already, it is the DejaVu Sans Mono, Apple changed a few things and renamed it.
You can get the Apple-like font rendering by setting "Hinting" to "None" under Linux.
Steve, as you can see from the CSS code in the post, I was already aware of the similarity between Menlo and DejaVu Sans Mono, which itself was derived from Bitstream Vera Sans Mono which you didn't mention.
I also took your advice about Apple-like font rendering. I fail to see the resemblance.
http://imgur.com/7U2uf.png
That's my terminal with Bitstream Vera Sans 11pt slight hinting
You'll find it's in between your Debian and OSX screenshots
Menlo still a bit rough, unfortunately. The kerning issue with capital N is the biggest problem sticking out; it just bugs the heck out of me. See http://pix.ze.nu/MenloKerningProblem.png for more information. Even though I like Menlo visually (as seed point), it's not quite there yet; so I'm sticking with Monaco for now.
it crashes adobe products though. Stay away from this font when using Photoshop or Illustrator. I learned the hard way.
I avoid Adobe products like the plague so I couldn't vouch for the performance impact of the Menlo font with them, but I'll be sure to pass this tip on to people who use them. Cheers
Hey there! Quick question that's totally off topic. Do you know how to make your site mobile friendly? My website looks weird when viewing from my iphone 4. I'm trying to find a template or plugin that might be able to fix this problem. If you have any recommendations, please share. Many thanks!