Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/08/2010, 06:59
gunhalcon
 
Fecha de Ingreso: noviembre-2007
Mensajes: 21
Antigüedad: 16 años, 5 meses
Puntos: 0
propiedad @font-face

Hola, a todos, yo tengo un index.html en el index tengo :
Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <STYLE TYPE="text/css">
<!-- /* $WEFT -- Created by: Spain ([email protected]) on 04/08/2010 -- */ -->
  @font-face {
    font-family: Desyrel;
    font-style:  normal;
    font-weight: normal;
    src: url(DESYREL0.eot);
  }

</STYLE>
  </head>
  <body>
    TODO write content
    prihnjwpri
    wrthjwthj <br />
    wrthjwthj <br />
    vwrthjwthj <br />wrthjwthj <br />
    


  </body>
</html> 
La ruta para ver mi proyecto es http://localhost/cuaderno/index.html
y en http://localhost/cuaderno/ es donde tengo colocado el DESYREL0.eot
No puedo ver el tipo de letra desyrel, ni en el explorer 6+ ni 7+ ni mozilla 3+, ya no se que hacer para que salga

Saludos y gracias