En fin, para empezar, no hay forma ni manera de que cargue las font-face que definí:
Código CSS:
Ver original
@font-face { font-family: 'Caviar Dreams'; src: url("../../font/CaviarDreams-webfont.eot"); src: url("../../font/CaviarDreams-webfont.eot?#iefix") format('embedded-opentype'), url("../../font/CaviarDreams-webfont.woff") format('woff'), url("../../font/CaviarDreams-webfont.ttf") format('truetype'), url("../../font/CaviarDreams-webfont.svg#CaviarDreamsRegular") format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Source CodePro'; src: url("../../font/SourceCodePro-Regular-webfont.eot"); src: url("../../font/SourceCodePro-Regular-webfont.eot?#iefix") format('embedded-opentype'), url("../../font/SourceCodePro-Regular-webfont.woff") format('woff'), url("../../font/SourceCodePro-Regular-webfont.ttf") format('truetype'), url("../../font/SourceCodePro-Regular-webfont.svg#SourceCodeProRegular") format('svg'); font-weight: normal; font-style: normal; @font-face{ font-family:'FontAwesome'; src:url('../../fonts/fontawesome-webfont.eot?v=3.0.1'); src:url('../../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype'), url("../../font/fontawesome-webfont.svg#FontAwesome") format('svg'); font-weight:normal; font-style:normal }
Vive dándome errores como:
Código:
Y claro[13:01:11.912] downloadable font: download failed (font-family: "FontAwesome" style:normal weight:normal stretch:normal src index:1): status=2147746065 source: http://127.0.0.1:8000/fonts/fontawesome-webfont.woff?v=3.0.1 @ http://127.0.0.1:8000/assets/css/font-awesome.min.css [13:01:11.914] downloadable font: download failed (font-family: "FontAwesome" style:normal weight:normal stretch:normal src index:2): status=2147746065 source: http://127.0.0.1:8000/fonts/fontawesome-webfont.ttf?v=3.0.1 @ http://127.0.0.1:8000/assets/css/font-awesome.min.css [13:01:11.914] downloadable font: no supported format found (font-family: "FontAwesome" style:normal weight:normal stretch:normal src index:4) source: (end of source list) @ http://127.0.0.1:8000/assets/css/font-awesome.min.css
Código:
La cuestión es que ya he investigado los paths y sigue enviándome los errores (el que quiera revisar la estructura de las carpetas puede hacerlo aquí). [13:13:57.445] GET http://127.0.0.1:8000/fonts/fontawesome-webfont.woff?v=3.0.1 [HTTP/1.0 404 File not found 0ms] [13:13:57.447] GET http://127.0.0.1:8000/fonts/fontawesome-webfont.ttf?v=3.0.1 [HTTP/1.0 404 File not found 0ms]
Otra cosa extremadamente curiosa es que de hecho, no solo no me consigue las fuentes ni me las aplica de ningún modo sino que para peor, no me aplica muchos estilos, solo algunos ...
La verdad es que no logro entender , quizá sea una estupidez novata o algo distinto, gracias de antemano a cualquier ayuda.