DejaVu Sans Mono
true
Programming Fonts – Test Drive
61–70 of 289 posts
Re: Programming Fonts – Test Drive
#62My favourite for a few years now is a commercial font, Triplicate. It’s a true serif monospace font; every other monospace font I’ve encountered that is labelled “serif” is actually a slab serif. It has a proper italic face as well, which is a less rare, but it’s a functional italic face rather than ornamental. It comes with some interesting variants, most notably Poly which is not fully monospaced, adjusting the wid…
Re: Programming Fonts – Test Drive
#63I quite like IBM Plex Mono as a programming font... https://github.com/IBM/plex would be nice if the page has a way of making suggestions of fonts to add.
Re: Programming Fonts – Test Drive
#64Re: Programming Fonts – Test Drive
#65I'm surprised that the list doesn't mention consolas. It ships default with visual studio and it's so good that I use it on arch Linux as my terminal font and with intellij. It was designed with programming in mind and has some nifty characteristics like a slash through zero. This list also misses out on 'operator mono' which is a well thought out font for programming.
Re: Programming Fonts – Test Drive
#66My favourite for a few years now is a commercial font, Triplicate. It’s a true serif monospace font; every other monospace font I’ve encountered that is labelled “serif” is actually a slab serif. It has a proper italic face as well, which is a less rare, but it’s a functional italic face rather than ornamental. It comes with some interesting variants, most notably Poly which is not fully monospaced, adjusting the wid…
It looks quite similar to golang font: https://blog.golang.org/go-fonts It has serifs and true italics. Might be an interesting free alternative.
Re: Programming Fonts – Test Drive
#67My favourite for a few years now is a commercial font, Triplicate. It’s a true serif monospace font; every other monospace font I’ve encountered that is labelled “serif” is actually a slab serif. It has a proper italic face as well, which is a less rare, but it’s a functional italic face rather than ornamental. It comes with some interesting variants, most notably Poly which is not fully monospaced, adjusting the wid…
It looks quite similar to golang font: https://blog.golang.org/go-fonts It has serifs and true italics. Might be an interesting free alternative.
Re: Programming Fonts – Test Drive
#68One of my favorites is PragmataPro [0] (with powerline glyphs) and I'm sad it's not there. I guess they can't use proprietary fonts. PragmataPro was so weird when I started using it but it has grown on me and now I have a hard time switching to a terminal that uses something else. In any case, if you're like me and you look at the terminal screen for hours on end every single day, find some font that won't tire your…
$60 for a font...? Is there something wrong with Hasklig, Fira Code, or Inconsolata?
Also, I think increase in screen resolution contributes somewhat. I find that I'm a lot pickier about fonts after getting a 4K display.
Re: Programming Fonts – Test Drive
#69It looks like these are all monospaced fonts. I realize that most programmers use monospaced fonts, but I personally find proportional fonts to be much more readable and pleasing to my eye. I would be really interested in a similar font comparison that included proportional fonts that are suitable for programming. Right now my favorite is Trebuchet MS. This renders beautifully on the high-DPI displays I use, and it h…
I'm curious to know how you started using proportional fonts for coding. All of the tooling for writing code defaults to monospace, so what started you coding in a different style?