gabrielelana / awesome-terminal-fonts

Tools and instructions on how to have awesome symbols in a terminal with a monospace font
MIT License
2.45k stars 230 forks source link

Fonts not visible on ubuntu #15

Closed ojacquemart closed 9 years ago

ojacquemart commented 9 years ago

Hello,

The fonts are not visible in the terminal configuration (Edit > Profiles > Edit current ...). I have tried to place the fonts in ~/.fonts/ or /usr/share/fonts/truetype.

I followed the instructions from the oh-my-git doc:

# Copy the awesome fonts to ~/.fonts
cd /tmp
git clone http://github.com/gabrielelana/awesome-terminal-fonts
cd awesome-terminal-fonts
git checkout patching-strategy
mkdir -p ~/.fonts
cp patched/*.ttf ~/.fonts

# update the font-info cache
sudo fc-cache -fv ~/.fonts

Any idea?

paulochf commented 9 years ago

Had this problem too, but then I realized that I didn't had downloaded the font files correctly.

To get the fonts discoverable by Ubuntu, they should be right, so do this:

The fonts should be visible after that.

ojacquemart commented 9 years ago

Thanks, but I gave it a try but I got the same result. I cant' see the fonts in the gnome-terminal settings.

paulochf commented 9 years ago

@ojacquemart, can you view the font?

By that I mean, if you double click the font file, you should see the typography in the Font Viewer.

ojacquemart commented 9 years ago

Yes, I can view the font and it is marked as installed.

By the way, I installed an another Inconsolata ttf to try (from http://kvz.io/blog/2009/05/25/install-the-best-coding-font/)... and I can choose it in the settings. Finally, I can see the nice icons. I don't really understand why this ttf work and not the one from this repo.

Thanks for your help.

I close the issue. If anynone can try to explain?

tnguyen14 commented 6 years ago

I'm running into the same problem as @ojacquemart as well. Not sure how to fix it.