Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/12/2014, 05:53
4589
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Insertar tipografía con @font-face

he utilizado http://www.fontsquirrel.com/tools/webfont-generator

Y me ha salido esto?

@font-face {
font-family: 'courierregular';
src: url('courier-webfont.eot');
src: url('courier-webfont.eot?#iefix') format('embedded-opentype'),
url('courier-webfont.woff2') format('woff2'),
url('courier-webfont.woff') format('woff'),
url('courier-webfont.ttf') format('truetype'),
url('courier-webfont.svg#courierregular') format('svg');
font-weight: normal;
font-style: normal;

}

Estría bien así? o habría que añadir más formatos?

Para bold, italic e italic bold habría que hacer lo mismo o no haría falta?

Gracias