Ver Mensaje Individual
  #17 (permalink)  
Antiguo 13/11/2012, 15:28
Avatar de Carlangueitor
Carlangueitor
Moderador ლ(ಠ益ಠლ)
 
Fecha de Ingreso: marzo-2008
Ubicación: México
Mensajes: 10.037
Antigüedad: 16 años, 1 mes
Puntos: 1329
Respuesta: Problemas con CSS3 @FONTFACE

Recuerda que la ruta debe ser relativa a tu css no a tu html.

Código CSS:
Ver original
  1. /* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 9, 2012 */
  2.  
  3.  
  4.  
  5. @font-face {
  6.     font-family: 'code_lightregular';
  7.     src: url('../webfontkit/code_light-webfont.eot');
  8.     src: url('../webfontkit/code_light-webfont.eot?#iefix') format('embedded-opentype'),
  9.          url('../webfontkit/code_light-webfont.woff') format('woff'),
  10.          url('../webfontkit/code_light-webfont.ttf') format('truetype'),
  11.          url('../webfontkit/code_light-webfont.svg#code_lightregular') format('svg');
  12.     font-weight: normal;
  13.     font-style: normal;
  14.  
  15. }
__________________
Grupo Telegram Docker en Español