Why doesn't Ghostty show my font? #4214
|
I use the Dank Mono font, but it doesn't show up when I run |
Replies: 5 comments 16 replies
|
what system are you on |
|
Try going in to Font Book and checking if the Dank Mono font is part of the "Fixed Width" Smart Collection. I've struggled to find much good documentation of precisely how a font gets marked as fixed width, but on my system the list of fonts marked fixed width and the list of fonts under Hope this helps |
|
I don't see "SF Mono" when doing |
|
I am having the same problem, just with "JetBrainsMono Nerd Font". It does not show up when running |
|
If anyone comes here because Ghostty (on Linux) opens without rendering anything and |





Dank Mono is not part of the "Fixed Width" collection! I went down a bit of a rabbit hole here – a stack exchange user thought that fixed width fonts are decided by PANOSE values.
I checked Dank Mono with the ttx utility and it had values of all 0. I edited this to be Family Kind=2, Proportion=9 (monospace), reinstalled the font, and restarted my computer. No luck.
Then after some more experimenting, I found that Ghostty does support the font, using the line:
This is despite the fact that Dank Mono does not show up in
ghostty +list-fonts. This appears to work for any font; if you love chaos try outfont-family = Comic Sans MS. I'm not sure if this is intended beha…