linux:fonts
Table of Contents
Fonts
Install MS Fonts
- Download the msttcore-fonts rpm
wget ftp://rpmfind.net/linux/sourceforge/p/po/postinstaller/fuduntu/msttcorefonts-2.0-2.noarch.rpm
- Install
rpm -i msttcore*.rpm
- Refresh Cache
fc-cache /usr/share/fonts/msttcorefonts
- They will be installed to
/usr/share/fonts/msttcorefonts
Install Fonts
Run the following as root to installed the needed fonts
mkdir -p /usr/share/fonts/TTF
Copy the *.ttf files into the directory. Then run the following
fc-cache /usr/share/fonts/TTF
linux/fonts.txt · Last modified: by 127.0.0.1
