Skip Navigation

What fonts are the most common on Linux today?

For a long time, I’ve just put on DejaVu fonts and been done with it. Generally good enough Unicode coverage for me. But I know it’s been years since DejaVu’s been updated, and I wonder what’s very common today.

[As for the terminal, I’m guessing it’s usually still the standard fixed Unicode fonts?]

66 comments
  • Can't speak to how common they are, but I do like the Nerd Fonts, and particularly MesloLGS NF 10pt for my monospaced font. Very handy for Zsh Powerline10k and neovim.

  • Ubuntu fonts works pretty good for me as a general UI font tbh. In text editors I prefer mononoki over monospace, it's a bit prettier IMO, although in terminal I use terminus because pixel fonts are cool.

  • Lots of great fonts and families mentioned so far in this thread, but no-one has mentioned my current and long-time favourite for almost all environments and applications: Input.

     undefined
        
    $ echo sans serif monospace | xargs -n 1 fc-match
    InputSansCondensed-Regular.ttf: "Input Sans Condensed" "Regular"
    InputSerifCondensed-Regular.ttf: "Input Serif Condensed" "Regular"
    InputMono-Regular.ttf: "Input Mono" "Regular"
    
    
      
  • I use fantasque for my monospace, fira sans for my work horse ui font, and Garamond for my "someone wants to display serifs for some reason"

  • I use whatever the default is for my desktop environment and for terminal I always go for Source Code Pro.

  • I use Terminus (ter-112n) for TTY, Source Code Pro for terminal emulators, and DejaVu, Liberation, and Noto for others

  • Most of the documents I produce are converted to PDF or printed, so I use Nimbus Roman or Nimbus Sans (I believe). I do use Open Dyslexic font

    For UI I really enjoy Inter, although Ubuntu, Roboto and IBM Plex Sans are also nice

    For terminal I use Hack, although Source Code Pro is nice

  • I use noto sans medium everywhere. (and the mono version for the terminal ofc)

66 comments