Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/05/2013, 11:49
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
Puntos: 9
Pregunta No me inserta la fuente

Buenas tardes
Así estoy insertando una fuente:

Código HTML:
Ver original
  1. <link rel="stylesheet" href="css/fuentes.css" type="text/css" />

Código CSS:
Ver original
  1. @font-face {
  2.     font-family: HartingPlain;
  3.     src: url("Harting_plain-webfont.eot") /* EOT file for IE */
  4.     }
  5.  
  6. @font-face {
  7.     font-family: HartingPlain;
  8.     src: url("Harting_plain-webfont.ttf") /* TTF file for CSS3 browsers */
  9.     }
  10.  
  11. @font-face {
  12.     font-family : HartingPlain;
  13.     src: url('Harting_plain-webfont.woff');
  14.     }

Código CSS:
Ver original
  1. .container{
  2.     font-family: HartingPlain;
  3.     color: #F00;
  4.     font-size: 20px;
  5.         width:450px;
  6.     height:100px;
  7.     outline:none;
  8.     }

Una carpeta llamada "fuentes":

Harting_plain-webfont.eot
Harting_plain-webfont.svg
Harting_plain-webfont.ttf
Harting_plain-webfont.woff

Pero no cambia la fuente.

¿Qué tengo mal?

Gracias por su ayuda
__________________
Diseñador Gráfico publicitario