https://bugs.kde.org/show_bug.cgi?id=409374
--- Comment #7 from Michael <finod...@protonmail.com> --- @Josh Freeno It's not Arch specific just because Arch devss don't temper with plasma, these packages are from upstream. The reason nobody talks about it is because most of the distro don't have that fresh plasma yet. And Neon users... don't file bug reports that much. Here is my font config. <?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <dir>~/.fonts</dir> <match target="font"> <edit name="hinting" mode="assign"> <bool>true</bool> </edit> </match> <match target="font"> <edit name="hintstyle" mode="assign"> <const>hintslight</const> </edit> </match> <match target="font"> <edit name="rgba" mode="assign"> <const>rgb</const> </edit> </match> <match target="font"> <edit name="antialias" mode="assign"> <bool>true</bool> </edit> </match> </fontconfig> -- You are receiving this mail because: You are watching all bug changes.