tengo:
una carpeta llamada webfonts con el siguiente contenido:
la hoja css tiene el siguiente contenido:
codigo de prueba:]
Cita:
Pero no funciona. Qué estoy haciendo mal, que no estoy haciendo?<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css" href="webfonts/ostrich-sans.css">
<style>
p{
font-family:OstrichSans;}
</style>
</head>
<body>
<p> hola que tal</p>
</body>
</html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="webfonts/ostrich-sans.css">
<style>
p{
font-family:OstrichSans;}
</style>
</head>
<body>
<p> hola que tal</p>
</body>
</html>
Gracias
Jofret