How do I port a .FON font to a Linux font?
I like the ProggyClean fonts a lot and would like to see them in my terminal. The "True Type Font" versions aren't great, but the bitmap (raster, *.fon) fonts are excellent. This should be a virtue since the Linux fonts are all raster as a matter of course.
I think the Linux font format is PSF2 (among others?) and is detailed here: http://www.win.tue.nl/~aeb/linux/kbd/font-formats-1.html.
You can download bitmap Proggy fonts from ProggyFonts.com.
In any case install and use FontForge. Load a .fon file and save as .sfd.
Perhaps you can use the LinuxFont project?
Its purpose is to create PSF2 fonts, and it has a way to convert .fon
font files.