So I launched Google and was looking for some tutorial which whould explain me how to install the windows fonts. I found loads of them, but none worked. I knew I did the same search about a year ago but I couldn't remember the site.
Finally I found a nice step-by-step tutorial which worked well so I want to share it with people doing the same thing, and also for me, I might need it in the future.
Advice: Use ctrl+shift+v to copy into your console.
1
wget http://www.my-guides.net/en/images/stories/fedora10/msttcore-fonts-2.0-2.noarch.rpm
2
su -c 'rpm -ivh msttcore-fonts-2.0-2.noarch.rpm'
3
su -c 'yum install rpmdevtools rpm-build cabextract ttmkfdir'
4
rpmdev-setuptree
5
cd ~/rpmbuild/SPECS/
6
wget http://www.my-guides.net/en/images/stories/fedora10/msttcore-fonts-2.0-2.spec
7
rpmbuild -bb msttcore-fonts-2.0-2.spec
8
cd ~/rpmbuild/RPMS/noarch/
9
su -c 'rpm -ivh msttcore-fonts-2.0-2.noarch.rpm'
The result:

Source: http://my-guides.net
No comments:
Post a Comment