Código PHP :
@font-face
{
font-family: 'League Gothic';
src: url('../fonts/League_Gothic.eot');
src: local('League Gothic Regular'), local('LeagueGothic'), url('../fonts/League Gothic.otf') format('opentype');
}
.lg
{
font-family: "League Gothic", Impact, "Arial Narrow";
}Agarra en la mayoria de exploradores salvo en el IE, he leido varios tutoriales y al parecer no funciona ninguno alguien tiene una idea?
