You are not logged in.
After I upgraded yesterday with pacman -Suy, the console font looks different, like bigger.
Searching the web, I found this command to check the default monospace font:
$ fc-match monospace
NotoSansMono-Regular.ttf: "Noto Sans Mono" "Regular"
I have no idea would value I had previously, though.
The thread also suggested I should add this to /etc/fonts/conf.d/51-local.conf:
<alias>
<family>monospace</family>
<prefer>
<family>DejaVu Sans Mono</family>
</prefer>
</alias>
That didn't change the font, not even after restarting. The previous command outputs the same font as before. I haven't notice the font being changed in other programs (yet).
Can someone help undo this font change? Thanks
Edit: I'm using gnome-terminal.
Last edited by carport (2025-03-24 15:21:22)
Offline
Offline
Same issue here. Very annoying! Havent figured out how to resolve it yet.
Offline
fozid's thread, apparently kitty and foot only?
alacritty? xterm?
https://bbs.archlinux.org/viewtopic.php?id=304433
Offline
fozid's thread, apparently kitty and foot only?
alacritty? xterm?
https://bbs.archlinux.org/viewtopic.php?id=304433
In my case, gnome-terminal.
Offline
See the other thread, "fc-match whatever" resolves Noto for fozid.
If you problem is limited to "gnome stuff" it's more likely the adwaita situation from the first link.
Offline
Hope this helps, but I have resolved my very similar issue. Some how, during pacman -Syu, the font I normally use got uninstalled. I reinstalled the font I was using previously and it has resolved. Very odd.
Last edited by fozid (2025-03-26 08:35:30)
Offline
...
...the font I normally use got uninstalled. I reinstalled the font ...
To verify if or when the font was removed, grep the pacman log:
grep '] removed' /var/log/pacman.log
Offline