Is there an easy way to install fonts? I'm on Lubuntu 13.10 for reference.
I'm trying to install ProFont to do some programming, which can be found here:
http://tobiasjung.name/profont/
After following multiple tutorials online (the first being
this one) that talked about doing an fc-cache -fv, none of them worked. Through following so many tutorials, I placed Profont's .pcf files in MULTIPLE font directories both in my own home folder (~/.fonts/) and inside the system folder (two somewere in /usr/ and one somewhere in /etc/ if I recall correctly) yet nothing worked.
Eventually I found a tutorial that said that I needed to delete a particular file that disallowed Ubuntu from loading Bitmap fonts, which I did. (I don't remember what file or what tutorial it was, but the filename actually had "No-Bitmap" or something in it, I think.)
Finally, ProFont showed up in my list of fonts (multiple times; I'm assuming it found all the copies I put in all the different directories)
...except it wasn't ProFont at all, and was showing up as Sans Bold.
Profont is supposed to look like this:
It was showing up as this:
Sans Bold:
So instead, I tried installing
MonteCarlo, which is more or less ProFont but different.
It showed up like this:
And the space character is obviously broken.
What the heck is going on?
Is there a way to just open a font file and install it like on Windows?
Why is Terminus able to display correctly (installed through apt-get) with no changes if it's also a Bitmap font, yet I have to specifically enable Bitmap fonts for anything else?