HOWTO:MS Fonts

From PardusWiki
(Difference between revisions)
Jump to: navigation, search
(french link)
Line 1: Line 1:
 
Download [http://cekirdek.pardus.org.tr/~ismail/hacks/corefonts.sh this script] and run it as root in a console. It will download core fonts and install them.
 
Download [http://cekirdek.pardus.org.tr/~ismail/hacks/corefonts.sh this script] and run it as root in a console. It will download core fonts and install them.
  
 +
In case of broken link, here is the content of the script :
 +
 +
pisi it cabextract
 +
mkdir -p /usr/share/fonts/mscorefonts
 +
mkdir -p msfonts
 +
cd msfonts
 +
for i in andale arial arialb comic courie georgi impact times trebuc verdan webdin;
 +
do wget -c http://heanet.dl.sourceforge.net/sourceforge/corefonts/"$i"32.exe && cabextract "$i"32.exe;
 +
done
 +
mv *.TTF *.ttf /usr/share/fonts/mscorefonts
 +
fc-cache -v
 +
cd ..
 +
rm -rf msfonts
  
 
[[tr:NASIL:Microsoft Fontlarının Kurulumu]]
 
[[tr:NASIL:Microsoft Fontlarının Kurulumu]]
 
[[fr:HOWTO:Polices de caractères Microsoft]]
 
[[fr:HOWTO:Polices de caractères Microsoft]]

Revision as of 11:24, 7 October 2008

Download this script and run it as root in a console. It will download core fonts and install them.

In case of broken link, here is the content of the script :

pisi it cabextract
mkdir -p /usr/share/fonts/mscorefonts
mkdir -p msfonts
cd msfonts
for i in andale arial arialb comic courie georgi impact times trebuc verdan webdin;
	do wget -c http://heanet.dl.sourceforge.net/sourceforge/corefonts/"$i"32.exe && cabextract "$i"32.exe;
done
mv *.TTF *.ttf /usr/share/fonts/mscorefonts
fc-cache -v
cd ..
rm -rf msfonts
Personal tools
Namespaces
Variants
Actions
Navigation
Print/export
Toolbox
In other languages