Ayuda no me funciona @font face en firefox

thejigg0695 Seguir

Dseda
Redactor
Verificación en dos pasos desactivada
Desde
7 Abr 2010
Mensajes
1.159
Bueno lo que pasa es que me funciona bien el font face en google chrome, safari, opera menos en firefox y quisiera que alguien me pueda ayudar para solucionar este problema .

Bueno aqui el codigo que tengo.
Insertar CODE, HTML o PHP:
@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('font/league_gothic.eot');                               
	src: url('font/league_gothic.eot?iefix') format('eot'),          
		url('font/league_gothic.woff') format('woff'),                
		url('font/league_gothic.ttf')  format('truetype'),            
		url('font/league_gothic.svg#webfontbDMP4rcs') format('svg');  
	font-weight: normal;
	font-style: normal;
	}
 

Sepu

Eta
Verificación en dos pasos desactivada
Desde
14 Abr 2010
Mensajes
1.410
Prueba de la siguiente manera:

Insertar CODE, HTML o PHP:
<style type="text/css">
@font-face {
 font-family: LeagueGothicRegular;
 src: url("font/league_gothic.eot") /* EOT file for IE */
}
@font-face {
 font-family: LeagueGothicRegular;
 src: url("font/league_gothic.ttf") /* TTF file for CSS3 browsers */
}
</style>
 

thejigg0695

Dseda
Redactor
Verificación en dos pasos desactivada
Desde
7 Abr 2010
Mensajes
1.159
Prueba de la siguiente manera:

Insertar CODE, HTML o PHP:
<style type="text/css">
@font-face {
 font-family: LeagueGothicRegular;
 src: url("font/league_gothic.eot") /* EOT file for IE */
}
@font-face {
 font-family: LeagueGothicRegular;
 src: url("font/league_gothic.ttf") /* TTF file for CSS3 browsers */
}
</style>


Pero ya esta compañero
@font-face {
font-family: 'LeagueGothicRegular';
src: url('font/league_gothic.eot');
src: url('font/league_gothic.eot?iefix') format('eot'),
url('font/league_gothic.woff') format('woff'),
url('font/league_gothic.ttf') format('truetype'),
url('font/league_gothic.svg#webfontbDMP4rcs') format('svg');
font-weight: normal;
font-style: normal;
}
 

Sepu

Eta
Verificación en dos pasos desactivada
Desde
14 Abr 2010
Mensajes
1.410
si coloco tu código no me funciona tampoco, si pongo el que te coloqué si me funciona
 

¡Regístrate y comienza a ganar!

Beneficios

  • Gana dinero por participar
  • Gana dinero por recomendarnos
  • Descubre ofertas de empleo diariamente
  • Negocios seguros
  • ¡Información premium y más!

Acceder

¿Ya tienes una cuenta? Accede aquí

Arriba