https://bugs.winehq.org/show_bug.cgi?id=50156 --- Comment #6 from Artem S. Tashkinov <aros(a)gmx.com> --- My distro is Fedora 33 with all updates installed, sans Pango which is at version pango-1.43.0-4.fc30.x86_64. And here's my ~/.config/fontconfig/fonts.conf <?xml version='1.0'?> <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'> <fontconfig> <!-- Needed for Qt4: http://labs.qt.nokia.com/2008/09/01/subpixel-antialiasing-on-x11/ --> <match target="font"> <edit name="lcdfilter" mode="assign"> <const>lcdlegacy</const> </edit> </match> <match target="font"> <edit name="rgba" mode="assign"> <const>rgb</const> </edit> </match> <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>hintfull</const> </edit> </match> </fontconfig> -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.