Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/12/2004, 18:00
Avatar de kahlito
kahlito
Colaborador
 
Fecha de Ingreso: marzo-2003
Ubicación: En el Estrecho y el mar
Mensajes: 2.936
Antigüedad: 21 años, 1 mes
Puntos: 65
Probando importar fuente

Buenas estoy intentando instalar o subir a la web una fuente de texto de la siguiente manera:


Código HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Documento sin t&iacute;tulo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
@font-face {
font-family: "Akbar";
src: url("http://www.tusitio.com/fuentes/akbar.ttf");
}
.Estilo1 {font-family: Akbar}
</style> 
</head>

<body>
<span class="Estilo1"> Aqui debe salir la fuente
</span>
</body>
</html> 
He puesto un ejemplo en linea para ver si se ve correctamente:

http://personal.telefonica.terra.es/...tes/Fuente.htm

¿Podrian decirme si se ve correctamente?, gracias de antemano