PDA

View Full Version : Sending out a font?


Achilles
12-05-2005, 07:32 PM
I don't know how I could do this, but I want to use a font that not everybody has; how can I send a certain font to the client? Is there a way?

AaronCampbell
12-05-2005, 08:32 PM
You can put the font up for download, with instructions on how to install it. That's really your only option other than <shudder>images for text/letters</shudder>

scoutt
12-06-2005, 07:54 AM
more options are to embed the font. you can do this with htaccess (but never can remember the url that shows this) or there are some IE only ways in css. also some ways in css that won'y work in IE.

Bill Posters
12-06-2005, 01:05 PM
Another option to throw on the pile is sIFR.

http://www.mikeindustries.com/sifr/
http://usabletype.com/articles/2004/how-and-when-to-use-sifr/


And another one would be to use PHP's GD library to create dynamic text images on-the-fly, though this option may be a bit hardcore for some.

http://uk.php.net/gd
(There are sure to be better tutorials online that the PHP manual page I linked to.)