installing fonts on linux

I have searched the forums and documentation for this but havent found anything.

I am running servoy 2.1 on Linux (Fedora) with a mysql backend. In developer mode I can only seem to use the kunstoffLAF, even if I change it and restart servoy, it always loads kunstoffLAF as default. Any reasons for this?

Secondly, where is servoy getting its fonts list from? I know where my fonts are stored on Linux, but im guessing that these arent used by servoy. I have some new fonts to add, so where do they need to go???

Thank you
Simon

youre lnf should be changed. What does youre servoy.properties file say? selectedlnf property)

We just ask Java/jvm for the font list. And i think they ask the system what fonts are registered.

Yep thanks.

By placing true type fonts in the <java_dir>/jre/lib/fonts/ I was able to access and use them withServoy. :-)