Here is the web page, I pulled my packages from here.
http://www.infinality.net/blog/?p=5
SRC RPMS: http://www.infinality.net/fedora/linux/12/SRPMS/
First off, install rpmdevtools, freetype-freeworld from RPMFusion and the required development packages
Code: Select all
yum install rpmdevtools libXrender-devel freetype-devel freetype-freeworld pkgconfig libX11-devel libpng-devel libxml2-devel pixman-devel fontconfig-develThen, build the rpms.
Code: Select all
cd ~/rpmbuild/SPECS
rpmbuild -ba cairo-freeworld.spec
rpmbuild -ba libXft-freeworld.spec
cd ../RPMS/{either x86_64 or i386}/
rpm -Uvh cairo-freeworld-1.8.8-3.fc11.x86_64.rpm libXft-freeworld-2.1.14-1.fc11.x86_64.rpmI moved my /etc/fonts/conf.d directory to a backup directory, pulled the conf.d directory from that archive, and moved it into /etc/fonts
When that is done, logout and log back in and you should have beautiful Ubuntu fonts with no Ubuntu aftertaste.




