Just recently i downloaded some fonts which r zipped (tarred). I want to install these fonts on my system. Can anyone tell me how i can do this? I have Redhat 7.1 installed on my system.
tar zxvf xxxxxx.tar.gz (assuming a gzipped tarball_
mkdir /usr/share/fonts (create a directory to hold fonts)
mv xxxxx/* /usr/share/fonts (move unpacked fonts to new directory)
cd /usr/share/fonts
mkfontdir
/usr/sbin/chkfontpath --add /usr/share/fonts (as root)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.