https://bugs.kde.org/show_bug.cgi?id=418125
--- Comment #2 from [email protected] --- Thanks for the answer, works perfectly! If somebody else has the same problem, here is my config: /etc/fonts/conf.d/90-emoji.conf <fontconfig> <match> <test name="family"> <string>sans-serif</string> </test> <edit mode="prepend" name="family" binding="strong"> <string>Noto Color Emoji</string> </edit> </match> <match> <test name="family"> <string>serif</string> </test> <edit mode="prepend" name="family" binding="strong"> <string>Noto Color Emoji</string> </edit> </match> </fontconfig> -- You are receiving this mail because: You are watching all bug changes.
