https://bugs.kde.org/show_bug.cgi?id=464824
Luca Bacci <luca.ba...@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |VERIFIED --- Comment #11 from Luca Bacci <luca.ba...@outlook.com> --- Hello! It's possible to specify the desired font for generic widgets, document content (e.g textviews) or momospace content (e.g sourceview for viewing source code, or vote for terminals) See for example: https://gitlab.gnome.org/GNOME/gnome-tweaks/-/blob/40.0/gtweak/tweaks/tweak_group_font.py#L109 Could you report the output of: 1. gsettings get org.gnome.desktop.interface font-name 2. gsettings get org.gnome.desktop.interface document-font-name 3. gsettings get org.gnome.desktop.interface monospace-font-name" 2 or 3 should be different. In that case you can set them to Noto 11 that way: * gsettings set org.gnome.desktop.interface document-font-name "Noto 11" I'll have a look at how kde-gtk-config handles that! -- You are receiving this mail because: You are watching all bug changes.