Ver Mensaje Individual
  #11 (permalink)  
Antiguo 28/01/2011, 17:38
Yani087
 
Fecha de Ingreso: noviembre-2010
Mensajes: 13
Antigüedad: 13 años, 5 meses
Puntos: 0
Respuesta: Font Squirrel

Cita:
Iniciado por Ag666 Ver Mensaje
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
¡UN MILLÓN DE GRACIAS!

Sirvió y funciona de maravilla!