Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/12/2013, 19:31
Farothx
 
Fecha de Ingreso: octubre-2010
Mensajes: 45
Antigüedad: 13 años, 5 meses
Puntos: 2
Respuesta: No aparece mi font-face

Cita:
Iniciado por pzin Ver Mensaje
Es casi imprescindible pasar por este generador para generar varias versiones de las fuentes que vayas a usar (y legalmente puedas, claro).
Si, ya la conocía y es muy útil! pero no resuelve mi problema como podrás ver :(



http://roulecortinas.com.ar

Código CSS:
Ver original
  1. @font-face{ font-family: 'Sertig'; src: url('sertig-webfont.eot'); src: url('sertig-webfont.eot?#iefix') format('embedded-opentype'), url('sertig-webfont.woff') format('woff'), url('sertig-webfont.ttf') format('truetype'), url('sertig-webfont.svg#sertig-webfont') format('svg'); }
  2.  
  3. @font-face{ font-family: 'Satellite'; src: url('satellite-webfont.eot'); src: url('satellite-webfont.eot?#iefix') format('embedded-opentype'), url('satellite-webfont.woff') format('woff'), url('satellite-webfont.ttf') format('truetype'), url('satellite-webfont.svg#satellite-webfont') format('svg'); }
  4.  
  5.  
  6. h1 {font-family: Satellite, Lato;
  7.     font-weight: 200}
  8.  
  9. h2 {font-family: Sertig, Lato;
  10.     margin-bottom: 80px;
  11.     }


estuve literal todo el día tratando de solucionar esto... Me rindo! me ganó!