Ver Mensaje Individual
  #4 (permalink)  
Antiguo 24/02/2013, 15:26
Avatar de nanotime
nanotime
 
Fecha de Ingreso: noviembre-2011
Ubicación: Cd. Guayana
Mensajes: 145
Antigüedad: 12 años, 6 meses
Puntos: 6
Respuesta: font awesome por alguna razón no funciona

De hecho, seguí los pasos, se supone que todo debería estar bien:

Código CSS:
Ver original
  1. @font-face{
  2.   font-family:'FontAwesome';
  3.   src:url('../font/fontawesome-webfont.eot?v=3.0.1');
  4.   src:url('../font/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
  5.   url('../font/fontawesome-webfont.woff?v=3.0.1') format('woff'),
  6.   url('../font/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  7.   font-weight:normal;
  8.   font-style:normal }

Según mi arbol de proyecto, las direcciones están correctas no?