Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/11/2012, 15:13
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 2 meses
Puntos: 1146
Respuesta: Font face todos los navegadores

el formato para font-face que a mi me funciona....

Código CSS:
Ver original
  1. @font-face {
  2.     font-family: 'Diavlo';
  3.     src: url('fonts/diavlo_bold_ii_37-webfont.eot');
  4.     src: local('?'), url('fonts/diavlo_bold_ii_37-webfont.woff') format('woff'), url('fonts/diavlo_bold_ii_37-webfont.ttf') format('truetype'), url('fonts/diavlo_bold_ii_37-webfont.svg#webfontgavbyt9w') format('svg');
  5.     font-weight: normal;
  6.     font-style: normal;
  7. }