https://bugs.kde.org/show_bug.cgi?id=373934
--- Comment #5 from Harald Sitter <sit...@kde.org> --- Created attachment 102918 --> https://bugs.kde.org/attachment.cgi?id=102918&action=edit works just fine I'm thinking something's not right with how you customized the system really. Stock neon comes with the xdg home dir searched ``` $ grep fonts /etc/fonts/fonts.conf <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <!-- /etc/fonts/fonts.conf file to configure system font access --> replace any existing fonts.conf file with the new version. Place <dir>/usr/share/fonts</dir> <dir>/usr/local/share/fonts</dir> <dir prefix="xdg">fonts</dir> <dir>~/.fonts</dir> ``` and as seen in the screenshot, putting a font in .local/share/fonts correctly makes it appear for konsole. NB: you need to restart konsole after putting a new font in the directory. If you still have doubts, download the user edition https://neon.kde.org/download and try to reproduce your problem there. Please make a step-by-step list of what you do in case you are successful. -- You are receiving this mail because: You are watching all bug changes.