• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

@font-faces alternative style

ihd

Neues Mitglied
Hallo,

Ich habe wieder eine frage zu @font-face

Ich habe in @font-face die Arial_x_Bold importier

@font-face
{
font-family: ArialXBold;
src: url(arial_x.woff);
}

für den body habe ich die font-family:ArialXBold, Arial

body{
font-family:ArialXBold, Arial;
}

Die Frage ist, wie ich es anstellen soll dass wenn die ArialXBold nicht geladen wird dass die Arial dann, die font-weight:bold erhielt?

Danke
 
Zurück
Oben