powerline / fonts

Patched fonts for Powerline users.
25.63k stars 3.19k forks source link

Terminus font cannot be installed #50

Open mbait opened 11 years ago

mbait commented 11 years ago

I installed Terminus from repository according to the docs: copied and fc-cache-ed. fc-cache said it found new fonts in BDF and PCF, but not in PSF (I guess this it not an X11 format). The problem is it didn't work for me and it has never shown up in the output of fc-list after all kind of restarts. Inconsolata works fine thought. I ended up using Inconsolata as a secondary font.

karatedog commented 10 years ago

Same here, Terminus does not show up, fc-cache finds 0 new font in /PSF.

madhatter commented 10 years ago

I have the same problem here on a fresh installed Arch laptop. What's weird is that I have a very very similar installation on another laptop where it works. On both I stuck to the installation guide.

ghost commented 10 years ago

Same here, Debian Wheezy, installs BDF and PCF, but not PSF.

madhatter commented 10 years ago

My solution to this issue:

cd /etc/fonts/conf.d

ln -s ../conf.avail/70-yes-bitmaps.conf

alemani commented 9 years ago

@madhatter your solution worked in Debian, thanks!