Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/05/2009, 05:45
kseso?
Colaborador
 
Fecha de Ingreso: junio-2007
Mensajes: 5.798
Antigüedad: 16 años, 10 meses
Puntos: 539
Respuesta: Utilizar archivo de fuentes .ttf en un html

lo que te dice Alberto:
http://www.forosdelweb.com/f53/font-...fuente-624460/
La forma de implementarlo es:
Cita:
<style type="text/css" media="screen">
h1, h2, h3, p, td{
font-family:'Fontin-Regular', georgia, serif;
}

/*LOS NAVEGADORES MODERNOS*/
@font-face{
font-family:'Fontin-Regular';
src: url('Fontin-Regular.otf') format('opentype');
}
</style>

/* PARA INTERNET EXPLORER*/
<!--[if IE]>
<style type="text/css" media="screen">
@font-face{
font-family:'Fontin-Regular';
src: url('Fontin-Regular.eot');
}
</style>
<![endif]-->
El comentario condicional para ie y cómo crear el archivo .eot lo puedes ver aquí

Pero bastantes usuarios han tenido problemas para implementarlo. Al final quien más o quién menos termina usando sifr3 o técnicas por el estilo
__________________
Por una web con mucho estilo
+++ CUENTA ABANDONADA. ¿la quieres? +++