Posts Tagged With: design

Installing MS Core Fonts on Linux(Fedora)

Tagged with: , , , ,

Download the MS Core Fonts Smart Package File
wget http://corefonts.sourceforge.net/msttcorefonts-2.0-1.spec
Make sure that the rpm-build and cabextract packages are installed:
yum install rpm-build cabextract
Build the Core Fonts package:
rpmbuild -ba msttcorefonts-2.0-1.spec
Install the Core Fonts package:
rpm -Uvh /usr/src/redhat/RPMS/noarch/msttcorefonts-2.0-1.noarch.rpm

[tags]fonts,linux,design,install,reinstall[/tags]

6 Comments »

Some good body fonts

Tagged with: , , , , , ,

font:10pt ‘Trebuchet MS’,Arial,sans-serif;
font:76%/140% Verdana,Geneva,Arial,Helvetica,sans-serif;
font:76%/1.5 “Lucida Grande”,Geneva,Verdana,Arial,Helvetica,sans-serif;
font:12px/1.5 “Lucida Grande”,”Lucida Sans Unicode”, sans-serif;

No Comments »