I don’t know why, openSUSE and Chakra, the two KDE distro seems reluctant to setup the fonts and make their Konsole available out-of-box….
If your konsole
(or any other terminal emulator) cannot display text in bold, or characters cannot align correctly, you can:
- Set the font of
konsole
tomonospace
. - If not solved, do following:
Create a file /etc/fonts/local.conf
:
1 | <?xml version='1.0'?> |
binding="strong"
to forcely set.- You can re-order the
<family>
‘s in<prefer>...</prefer>
by your personal preference. I likeDejaVu Sans Mono
.
Save, then run as root:
1 | fc-cache -v -f |
Restart your konsole
, wow.
You also can use
fc-match -s monospace | less
to see if it took effect.