Ver Mensaje Individual
  #9 (permalink)  
Antiguo 28/01/2011, 17:30
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 1 mes
Puntos: 1146
Respuesta: Font Squirrel

tranquila compañera yani... por algún motivo la web no esta trabajando correctamente pero haciendo un pequeño ajuste se corrige el problema cambia tu css por este:

Código CSS:
Ver original
  1. @font-face {
  2.     font-family: 'NeuropolRegular';
  3.     src: url('neuropol_fuente-webfont.eot');
  4.     src: local('?'), url('neuropol_fuente-webfont.woff') format('woff'), url('neuropol_fuente-webfont.ttf') format('truetype'), url('neuropol_fuente-webfont.svg#webfontCinr0l3v') format('svg');
  5.     font-weight: normal;
  6.     font-style: normal;
  7. }

le agregue un parámetro que tu no tenias... debería funcionar

compañero daPhyre, cuando se refiere a versiones antiguas no se que versiones estará tomando en cuenta pero yo lo he probado con IE6 y superiores