BigRob
2010-07-12, 20:31:32
Hi.
Ich versuche im Moment (leider Vergeblich) mit WEFT die Schriftart Chiller in meine Seite einzubinden.
Hab im Moment folgenden Code auf der HTML-Seite:
<link rel="stylesheet" href="CSS/menu_style.css" type="text/css" />
<STYLE TYPE="text/css">
@font-face {
font-family: Chiller;
font-style: normal;
font-weight: 700;
src: url(file:///Fonts\CHILLER5.eot);
}
@font-face {
font-family: Chiller;
font-style: normal;
font-weight: normal;
src: url(file:///Fonts\CHILLER4.eot);
}
</STYLE>
Im CSS-File hab ich folgendes:
@font-face {
font-family: Chiller;
font-style: normal;
font-weight: 700;
src: url(Fonts\CHILLER5.eot);
}
@font-face {
font-family: Chiller;
font-style: normal;
font-weight: normal;
src: url(Fonts\CHILLER4.eot);
}
kann das Überhaupt so funktionieren?
Kann ich irgendwie ein Fehlen der Schriftarten auf meim Rechner "simulieren"?
Wäre sehr dankbar für antworten.
Ich versuche im Moment (leider Vergeblich) mit WEFT die Schriftart Chiller in meine Seite einzubinden.
Hab im Moment folgenden Code auf der HTML-Seite:
<link rel="stylesheet" href="CSS/menu_style.css" type="text/css" />
<STYLE TYPE="text/css">
@font-face {
font-family: Chiller;
font-style: normal;
font-weight: 700;
src: url(file:///Fonts\CHILLER5.eot);
}
@font-face {
font-family: Chiller;
font-style: normal;
font-weight: normal;
src: url(file:///Fonts\CHILLER4.eot);
}
</STYLE>
Im CSS-File hab ich folgendes:
@font-face {
font-family: Chiller;
font-style: normal;
font-weight: 700;
src: url(Fonts\CHILLER5.eot);
}
@font-face {
font-family: Chiller;
font-style: normal;
font-weight: normal;
src: url(Fonts\CHILLER4.eot);
}
kann das Überhaupt so funktionieren?
Kann ich irgendwie ein Fehlen der Schriftarten auf meim Rechner "simulieren"?
Wäre sehr dankbar für antworten.