Install Windows Web Fonts(MS Core Fonts) in Linux
Written by BinnyVA on July 14, 2007 – 11:23 pm -
Most site uses fonts that are available on Windows - if you want to view sites as the designer of that site intended, you need these fonts. And since I am a Web Developer, and spend most of my time on various sites, I had to install it.
Its not as easy as installing other software - but its possible. This is how you do it in Fedora 7…
- Download the MS Core Fonts Smart Package File and save it as msttcorefonts-2.0-1.spec
- Install rpm-build and cabextract packages
yum -y install rpm-build cabextract - Build the Core Fonts package…
rpmbuild -ba msttcorefonts-2.0-1.spec - Install the package…
rpm -Uvh /usr/src/redhat/RPMS/noarch/msttcorefonts-2.0-1.noarch.rpm
More Details…
del.icio.us | Digg it | Furl | ma.gnolia | reddit | StumbleUpon |
Posted in Configuration, Desktops, Fedora |

October 3rd, 2007 at 12:15 pm
Just as easy to install as anything else on Gentoo (”emerge corefonts”).
May 25th, 2008 at 7:27 pm
How do i install ttf format font?
I have one true type font. I wanna install.
thanks.