Replies: 1 comment
-
|
This is the currently expected behavior due to font-fallback (on why it silently fails). Fonts may not include many symbols (especially unicode ones) so ghostty will attempt to fallback to either the default font or a font it thinks has good features. You can see which font a symbol comes from with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I list out the available fonts with
ghostty +list-fontsI get a listing something like this:If I set the following config
font-family = "SF Mono Regular"for the preferred font, Ghostty can't find it and silently reverts back to the default font which is JetBrains Mono.I have to set
font-family = "SF Mono"in order for Ghostty to pick it up and use it.I think this is a little bit confusing and not consistent because for setting bold, italic and bold italic then I have to set it like:
Also, if I would like to use, for example, Semibold as the default weight, instead of Regular, I can't set it like
font-family = "SF Mono Semibold"because this will revert back to the default font.I guess I would have to set it like...
...which is, again, a little bit confusing, I believe.
Beta Was this translation helpful? Give feedback.
All reactions