Ver Mensaje Individual
  #5 (permalink)  
Antiguo 09/06/2004, 08:21
Avatar de RootK
RootK
Moderador
 
Fecha de Ingreso: febrero-2002
Ubicación: México D.F
Mensajes: 8.004
Antigüedad: 22 años, 3 meses
Puntos: 50
En ese caso podrías apoyarte con CSS

Ejemplo:

Cita:
<html>
<head>
<style>
@font-face {
font-family: "nombre";
src: url("http://www.tusitio.com/fuentes/nombre.ttf");
}
</style>
</head>
<body>
,...
<font face="nombre"> blabla...</font>
Salu2