Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/06/2003, 16:28
Avatar de BatiK
BatiK
 
Fecha de Ingreso: marzo-2003
Ubicación: Internet
Mensajes: 688
Antigüedad: 21 años, 1 mes
Puntos: 1
Pregunta Fuentes no instaldas

lo saque del las faq's de CSS

<style>
@font-face {
font-family: "nombreDeLaFuente";
src: url("http://www.tusitio.com/archivo.ttf");
}
</style>



lo pongo asi para probarlo:

<style>
@font-face {
font-family: "amano";
src: url("http://127.0.0.1/Amano___.ttf");
}
</style>

la fuente no se cambia, hago algo mal?