4
I have some external fonts called Eaglefeather (Frank Lloyd Wright fonts) and I want to install them on to my Linux machine running Linux Mint 7 (Ubuntu based). I can't seem to get them to install which looks to me like just copying them to the /usr/local/share/fonts directory.
Did you really pay $19.95 for that font? – Kredns – 2009-09-13T04:22:25.160
1If the font is a Truetype .ttf file then copying to a system fonts directory or your ~/.fonts should suffice. Other font types may be different. For example, an Opentype font may work with some programs but may not work with all (especially if it's a .otf file). Some programs will find it more easily if
fc-cache
is re-run and the application restarted. – mas – 2009-09-13T08:05:21.350