En eso tienes razón sin embargo sigue sin leer la fuente
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('http://localhost/fuentes/YanoneKaffeesatz-Light.ttf');
}
p {
font-family: mifuente;
font-size: 150px;
}
</style>
<p>Hola Este es mi tipo de fuente</p>
</body>
</html>
He intentado asi:
font-family:
mifuente;
font-family:
"mifuente";
font-family:
'mifuente'";