Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/01/2014, 04:37
Avatar de pzin
pzin
Moderata 😈
 
Fecha de Ingreso: julio-2002
Ubicación: Islas Canarias
Mensajes: 10.488
Antigüedad: 21 años, 9 meses
Puntos: 2114
Respuesta: Problema con añadir regla CSS según el navegador, con Javascirpt

Si que te complicas un poco.

Prueba a poner tu declaración de la fuente así:

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