PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Eigene Schriftarten mit WEFT einbinden


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.

Masterp
2010-07-12, 21:12:26
http://www.web-ideas.de/kreativ-beeindruckend/jede-beliebige-schrift-in-homepage-einbinden/

Nedo
2010-07-13, 08:26:33
Alternative:

cufón (http://cufon.shoqolate.com/generate/)

DanMan
2010-07-13, 18:17:18
Stimmen die Pfade da überhaupt? Sehen komisch aus.

http://dev.opera.com/articles/view/standards-support-in-opera-10-beta/#webfonts
http://eng.designerbreak.com/2009/tutorial/font-face-and-webfonts-how-to-use-them/

Fehlen simulieren kannst du nur, indem du die Fonts aus deinem Fonts-Ordner ziehst, wenn du Windows hast.