I desperately want to find a new code font to love but I always return to Consolas.
Have you tried Source Code Pro ( http://adobe-fonts.github.io/source-code-pro/ )? It's my go-to now when it comes to monospace fonts. I keep it installed on all my systems, right along side my dotfiles.
Hack: A typeface designed for source code
141–150 of 249 posts
Re: Hack: A typeface designed for source code
#142I've been using Proggy Tiny for literally over a decade, I wonder if there's any font that can beat it for me. Does anyone know of an easy way to compare two typefaces and see how they look when rendering source code?
As mentioned earlier in the thread: http://s9w.github.io/font_compare/
It also has anti-aliasing enabled on fonts that support it, which I personally hate. Proggy Tiny is designed to be pixel perfect at small sizes. MonteCarlo looked similar to Proggy Tiny, but when I typed MonteCarlo's example[1] into my editor and compared to Proggy Tiny[2] I really disliked it. That shows why you really need to see it with real source code in an editor at the same size.
Thanks for the link though, it's a good resource to see some of what's available!
[1] http://www.bok.net/MonteCarlo/java-example.html
Edit: totally didn't notice it has a compare mode, and that you can change sizes and turn anti-aliasing off. This thing is sweet!
Re: Hack: A typeface designed for source code
#143Hack is DejaVu sans mono. Below is a gif I took switching between DejaVu sans mono and Hack. Aside from line height I fail to see the difference. http://gfycat.com/SomberUnitedGermanshepherd
There are some very minor changes, but this got me thinking about tricky fonts are compared to software development in general. You can fork a font on GitHub and make some changes, but you can't really merge them back into the original font because fonts are expected to be entirely static. Perhaps they could accept pull requests for a DejaVu 2 or something.
http://www.fastcodesign.com/3033126/roboto-rebooted-why-goog...
Re: Hack: A typeface designed for source code
#144http://christfollower.me/misc/glasstty/
Then there's UW ttyp0 for those who still prefer their fonts bit-mapped:
http://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/
And UniVGA, an emulation of the VGA font that provides much of Unicode (useful for a little Turbo Pascal nostalgia trip with an appropriate color theme, or the FPC IDE):
Re: Hack: A typeface designed for source code
#145I'm slightly surprised that almost nobody here uses Menlo or Monaco, even though several screenshots in the thread are clearly made on OS X. I'm curious why that's the case. Do people generally dislike the system-provided fonts or are the alternatives considered "better"?
Then I'll use an undecided vector font and the last remaining piece of resistance from classic Mac will be gone.
Re: Hack: A typeface designed for source code
#146I desperately want to find a new code font to love but I always return to Consolas.
Have you tried Source Code Pro ( http://adobe-fonts.github.io/source-code-pro/ )? It's my go-to now when it comes to monospace fonts. I keep it installed on all my systems, right along side my dotfiles.
Re: Hack: A typeface designed for source code
#147The lowercase 'a' is much better than Monaco.
The tilde and lowercase 't' seem harder to see than Monaco.
People see characters differently, so some things which make it harder to see for some are easier for others.
Make one want a website which generates a custom font based on each person choosing the most visible variant of each glyph.
Re: Hack: A typeface designed for source code
#148Hack is DejaVu sans mono. Below is a gif I took switching between DejaVu sans mono and Hack. Aside from line height I fail to see the difference. http://gfycat.com/SomberUnitedGermanshepherd
They do acknowledge the source of the font: "Hack has deep roots in the libre, open source typeface community and includes the contributions of the Bitstream Vera & DejaVu projects." It's a bit disingenuous though. I'd call Hack a straight copy of Deja Vu Sans Mono, with a few very minor tweaks. On Linux using the TTF fonts I can't even see a difference in line height: http://i.imgur.com/wxTr0at.png http://i.imgur.co…
Re: Hack: A typeface designed for source code
#149Earlier quoted context omitted.
Compared to Fira or compared to Hack rendered on my system? Are you using Atom/WebKit too? Same font size?
Hack has greater leading compared to Fira. I notice it when viewing in either Xcode, TextMate or Android Studio.
Re: Hack: A typeface designed for source code
#150I desperately want to find a new code font to love but I always return to Consolas.
Have you tried Source Code Pro ( http://adobe-fonts.github.io/source-code-pro/ )? It's my go-to now when it comes to monospace fonts. I keep it installed on all my systems, right along side my dotfiles.