estoy trabajando en esta web y comprueba que anda cualquier font menos las dos que quiero usar.
serían Satellite y Sertig
en caso de que no funcionen puse Lato, que esta en mi servidor como las otras dos.
y Bonbon, quería probar si me llamaba otras fonts... : P
yo veo todo bien en el css no termino de entender porque no funciona
la web:
http://roulecortinas.com.ar/
Código CSS:
Ver original@font-face {
font-family: 'Sertig';
font-style: normal;
font-weight: 200;
src: url(http://roulecortinas.com.ar/fonts/Sertig.woff) format ('woff'), url (http://roulecortinas.com.ar/fonts/Sertig.eot);
}
}
@font-face {
font-family: Satellite;
src: url(http://roulecortinas.com.ar/fonts/Satellite.ttf) format ("truetype"), url (http://roulecortinas.com.ar/font/Satellite.eot) format(woff);
}
@font-face {
font-family: 'Bonbon';
font-style: normal;
font-weight: 400;
src: url(http://themes.googleusercontent.com/static/fonts/bonbon/v3/R4_nXuc6m_m-h2NT2U0AY-vvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
h1 {font-family: Satellite, Bonbon;}
h2, h3 {font-family: Sertig, Lato}