Installing windows truetype fonts to Linux
Try yum install msttcorefonts, if not successful, try:mkdir /usr/share/fonts/truetype cp \\windows\fonts\*.ttf /usr/share/fonts/truetype cd /usr/share/fonts/truetype mkfontdir fc-cache
mkdir -p /usr/local/share/fonts/ttfonts mv *ttf *TTF /usr/local/share/fonts/ttfonts cd /usr/local/share/fonts/ttfonts ttmkfdir -o fonts.scale mkfontdir chkfontpath –add /usr/local/share/fonts/ttfonts /etc/rc.d/init.d/xfs restart
There are 5 comments on this page. [Display comments]