Formatting code for LinuxFonts


show source only

{{parent page="Linux"}}

===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
%%
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki