Linux: Font-family fallbacks are not working as expected #5553
Unanswered
cogwheel
asked this question in
Issue Triage
Replies: 2 comments 6 replies
-
I am not able to reproduce this behavior on MacOS, logs below with version info.
|
Beta Was this translation helpful? Give feedback.
6 replies
-
I've narrowed this down to the The call to fontSort then always finds a match, because it's now searching for a bunch of fonts that do exist. |
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
-
For my use case, I have a main config which loads a local config. The local config correctly overrides all settings except font-family. If any specified font fails to be loaded, it will "become" noto sans. Then any subsequent fallbacks specified will be ignored.
I have reproduced this issue without the need for local overrides. Put the following in your ghostty config (replacing font names as appropriate)
You will find that your terminal loads your system default monospace font anyway.
This happens for me both on arch with hyprland and on Ubuntu 24.04 with Gnome desktop
Full startup log:
Beta Was this translation helpful? Give feedback.
All reactions