This port has installed fonts into /usr/local/share/apps/konsole/fonts

You may want to add /usr/local/share/apps/konsole/fonts
to your X font path by either:

$ xset fp+ /usr/local/share/apps/konsole/fonts
$ xset fp rehash

or by adding it to your X-server configuration file (usually
/etc/X11/XF86Config or /usr/X11R6/lib/X11/XF86Config) and
restarting the X-server.

You also have to make the new path known to fontconfig by
adding a 

<dir>/usr/local/share/apps/konsole/fonts</dir> line to either

/usr/X11R6/etc/fonts/local.conf or ~/.fonts.conf and running

fc-cache -f (as root if you edited local.conf) afterwards.
