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>
http://personal.telefonica.terra.es/...tes/Fuente.htm
¿Podrian decirme si se ve correctamente?, gracias de antemano