![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/06/2010, 13:26
|
| | Fecha de Ingreso: octubre-2009 Ubicación: México, D.F.
Mensajes: 20
Antigüedad: 15 años, 4 meses Puntos: 0 | |
Respuesta: @font-face donde va? Yo uso esto:
CSS:
@font-face {
font-family: 'CantarellRegular';
src: url('Cantarell-Regular.eot');
src: local('Cantarell'), local('Cantarell-Regular'), url('Cantarell-Regular.woff') format('woff'), url('Cantarell-Regular.ttf') format('truetype'), url('Cantarell-Regular.svg#Cantarell-Regular') format('svg');
}
p.style1 {font: 18px/27px 'CantarellRegular', Arial, sans-serif;}
A ver si te sirve
Última edición por roy_mckrank; 23/06/2010 a las 13:27
Razón: no salio todo el código
|