Hi all, For KDE-Edu fancyness we would like to use specific fonts in some applications. We are thinking in making the Makefile.am install the new font (it's very easy and the user can install it locally or system-wide). All the fonts we would use are distributed under the GPL. The fonts we would use consist in: - the ttf file - the license as a txt file (GPL version 2) that would be put in a data/fonts folder in the source. 1) Is it possible to do that? a) use of these fonts b) installation during make install 2) Do we need a source file as well? (in that case that would make this impossible) Thanks in advance, Anne-Marie