Ver Mensaje Individual
  #7 (permalink)  
Antiguo 14/01/2013, 15:49
MindPaniC
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: problemas con @font-face

Noooooooooooooooo!!!!!

no me funciona en el Explorer, este es mi codigo:

Código CSS:
Ver original
  1. @font-face {
  2.     font-family: 'haettenschweilerregular';
  3.     src: url('fuentes/hatten-webfont.eot');
  4.     src: url('fuentes/hatten-webfont.eot?#iefix') format('embedded-opentype'),
  5.          url('fuentes/hatten-webfont.woff') format('woff'),
  6.          url('fuentes/hatten-webfont.ttf') format('truetype'),
  7.          url('fuentes/hatten-webfont.svg#haettenschweilerregular') format('svg');
  8.     font-weight: normal;
  9.     font-style: normal;
  10. }