Buenos días
Busco utilizar una fuente así:
Código CSS:
Ver original@font-face {
font-family: 'DeftoneStylusRegular';
src: url('deftone_stylus-webfont.eot');
src: url('deftone_stylus-webfont.eot?#iefix') format('embedded-opentype'),
url('deftone_stylus-webfont.woff') format('woff'),
url('deftone_stylus-webfont.ttf') format('truetype'),
url('deftone_stylus-webfont.svg#DeftoneStylusRegular') format('svg');
font-weight: normal;
font-style: normal;
}
#logo a {
float: left;
width: 365px;
height: 90px;
text-decoration: none;
font-family: 'DeftoneStylusRegular';
font-size: 91px;
color: #FFF;
text-transform: lowercase;
line-height: 1em;
text-shadow: -1px -1px 0 rgba(100, 100, 100, 0.2);
}
#logo a:hover {
text-shadow: 0 0 20px rgba(255, 255, 255, 0.9);
}
#logo a {
background: url(../img/logo.png) 0 8px no-repeat;
text-indent: -9999px;
}
Pero no se aplica la fuente.
Que tengo malo?.
gracias por su ayuda