I have built Microsofts' common true type core fonts for the web and can be downloaded from here.
Below are the steps I took to build the rpm package on FC5:
-
Install cabextract.
# yum --enablerepo=extras install cabextractSetup your rpm build environment if you have not done so already. Login as rpmbuild.
# su - rpmbuildDowload the spec file.
$ cd rpm/SPECS $ wget http://corefonts.sourceforge.net/msttcorefonts-2.0-1.specBuild the rpm.
$ rpmbuild --bb msttcorefonts-2.0-1.specInstall the corefonts and restart xfs as root.
# rpm -ihv /path/to/msttcorefonts-2.0-1.noarch.rpm # service xfs restart
If you are looking for more info visit, corefonts.sourceforge.net .