this post was submitted on 30 Mar 2026
36 points (100.0% liked)

Programming

26291 readers
577 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] tal@lemmy.today 1 points 10 hours ago

I use "mono-9" in all my terminals, including for emacs. On my Debian trixie system, that maps to DejaVu Sans Mono in the fonts-dejavu-mono package.

$ cat ~/.config/foot/foot.ini
[main]
font=mono-9
$ fc-match mono-9
DejaVuSansMono.ttf: "DejaVu Sans Mono" "Book"
$ fc-list|grep DejaVuSansMono.ttf
/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf: DejaVu Sans Mono:style=Book
$ dpkg -S /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf
fonts-dejavu-mono: /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf
$

https://en.wikipedia.org/wiki/DejaVu_fonts

The DejaVu fonts are a superfamily of fonts designed for broad coverage of the Unicode Universal Character Set. The fonts are derived from Bitstream Vera (sans-serif) and Bitstream Charter (serif), two fonts released by Bitstream under a free license that allowed derivative works based upon them; the Vera and Charter families were limited mainly to the characters in the Basic Latin and Latin-1 Supplement portions of Unicode, roughly equivalent to ISO/IEC 8859-15, and Bitstream's licensing terms allowed the fonts to be expanded upon without explicit authorization.

The full project incorporates the Bitstream Vera license, an extended MIT License, which restricts naming of modified distributions and prohibits individual sale of the typefaces, although they may be embedded within a larger commercial software package (terms also found in the later Open Font License); to the extent that the DejaVu fonts' changes can be separated from the original Bitstream Vera and Charter fonts, these changes have been deeded to the public domain.[1]