Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/11/2017, 14:35
domichis
 
Fecha de Ingreso: julio-2014
Mensajes: 59
Antigüedad: 9 años, 9 meses
Puntos: 0
Leer fuente s

Código HTML:
<!DOCTYPE HTML>
<html>
<head>
	<meta http-equiv="content-type" content="text/html" />

	<title>Fuente</title>
</head>

<body>


<style>


@font-face {
    font-family: "mifuente";
    src: url('localhost/fuentes/YanoneKaffeesatz-Light.ttf');
}

p {

    font-family:  "mifuente";
    font-size: 150px;
} 


</style>


<p>Hola</p>

</body>
</html> 
El problema es que no lee la fuente... que esta mal disculpen