As far as I know, there are a bunch of fonts that are called "web-safe", meaning they will be visible on all major operating systems. Arial / Helvetica, Times New Roman / Times, Courier New / Courier etc.  Here is a full list

If you use the "font-family: Arial,Verdana,Georgia;" CSS attribute, the browser will fall back along that list - if Arial isn't available, use Verdana, if not, Georgia.

Having said all that, I also have some questions along this line:

1. Can non-standard fonts be used? If a user has, for example, "flowery-cursive" font on their pc, and I specify the the css to use "font:flowery-cursive;", will that work?

2. I remember some websites way back in the 1997-1999 period would ask the user to download fonts. What is all that about?

Cheers
Alex

2009/8/18 Gastón Pablo Pérez <gpperez@gmail.com>
Hi!

The cuestion is, how can i include fonts in drupal 6? I created my theme including a special ttf font, when I view the page in my PC which has the font instaled, I can see the page well, but when I try to see the page from other machine, Drupal changes the fonts.

can you help me?

thanks a lot
--
"La perseverancia es un árbol de raíces amargas, pero de frutos muy dulces."

Gastón Pablo Perez
Email:gpperez@gmail.com

--
[ Drupal support list | http://lists.drupal.org/ ]