08/10/2009, 16:11
|
| | Fecha de Ingreso: octubre-2008
Mensajes: 79
Antigüedad: 16 años, 1 mes Puntos: 2 | |
Respuesta: Problemas con fuente de letra BankGothic He seguido tu tutorial, kseso?. He utilizado Weft para crear los archivos .eot, y he conseguido que funcione a medias. Es decir, me funciona perfectamente en IE, pero no en Mozilla. Dejo el código, a ver si véis algún error.
<style type="text/css">
code {font-family: BankGothic Lt BT;}
</style>
<STYLE TYPE="text/css">
@font-face {
font-family: BankGothic Lt BT;
src: url("Fuentes/bgothl.ttf");
-->
</style>
<!--[if IE]>
<STYLE TYPE="text/css">
@font-face {
font-family: BankGothic Lt BT;
src: url("Fuentes/BANKGOT1.eot");
}
-->
</STYLE>
El navegador que tengo es el Firefox 3.5.
Saludos. |