I got them (Adobe fonts to be precise) installed this way:
Note: At most step, super user privileges will be needed
- If it does not exist, create a directory
mkdir /usr/share/fonts/otfonts
- Copy all
*.otf
files to the directory.
- Run
ttmkfdir
while in the directory
/usr/share/fonts/
You may need to install it first using
apt-get
.
This should output the file
fonts.scale
- Run
mkfontdir
in the same directory to create the file
fonts.dir
- Run
fc-cache
to update the font cache.
- fc-list | grep -i
Font-name
To make sure the font has been successfully installed.
Back to Home
musically_ut
2014-04-03