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í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