And another issue fix (guess how long this took to figure out <g>)
PROBLEM:
Fonts installed in the Font Installer using KDE Control Centre (when run in Administrative Mode or as root) do not appear in applications.
CAUSE:
Incorrect paths in /etc/fonts/fonts.conf.
DETAIL:
KDECC updates the paths in /etc/X11/fs/config, not /etc/fonts/fonts.conf.
RESOLUTION:
(as root)
Edit /etc/fonts/fonts.conf in a text editor.
Locate the following line:
Code:
<!-- Font directory list -->
Insert the following line below it:
Code:
<dir>/usr/local/share/fonts</dir>