Free Microsoft fonts in X11 micro HOWTO

http://www.microsoft.com/typography/fontpack/default.htm I have tried to download all Windows 9x, NT and Windows 2000 versions Put the exe file to Wine path and run all these files. First you will see license, accept it. The you will see message, that the font is installed. Because Wine does not mkdir -p /usr/share/fonts/Microsoft cp -a /tmp/IXP000.TMP/*.[Tt][Tt][Ff] /usr/share/fonts/Microsoft/ for i in *.TTF ; do mv -iv $i ${i%%TTF}ttf ; done for i in c*.ttf ; do mv -iv $i C${i##c} ; done for i in t*.ttf ; do mv -iv $i T${i##t} ; done http://ftp.penguin.cz/pub/users/utx/fonts/fonts/Microsoft/fonts.scale mkfontdir mkfontdir $PWD http://office.microsoft.com/downloads/2000/offeurofonts.aspx http://office.microsoft.com/downloads/2000/aruniupd.aspx