Tema: Font
Ver Mensaje Individual
  #4 (permalink)  
Antiguo 16/03/2008, 06:57
txemaker
 
Fecha de Ingreso: octubre-2007
Mensajes: 74
Antigüedad: 16 años, 6 meses
Puntos: 1
Re: Font

Cita:
Iniciado por Evert Ver Mensaje
hola

eso puedes hacerlo mediante CSS, en la cabecera de la pagina coloca el siguiente codigo

<style>
@font-face {
font-family: nombre_fuente;
font-style: normal;
font-weight: normal;
font-size: 14px;
src: url(fuente.ttf);
}
</style>
Perdona Evert, pero algo debo de hacer mal:

<style>
@font-face {
font-family: Renault MN;
font-style: normal;
font-weight: normal;
font-size: 14px;
src: http://santorcaz.com/Renault.ttf;
}
</style>