This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Problem mit @Font-face

  • 1 reply
  • 5 have this problem
  • 1 view
  • Last reply by cor-el

more options

ich habe folgendes Problem mit meiner website :

in der website gibt es ein style @font-face {

font-family: 'FrutigerLTCom-Roman';
src: url('frutigerltstd-roman.eot');
src: url('frutigerltstd-roman.woff') format('woff'), url('frutigerltstd-roman.ttf') format('truetype'), url('frutigerltstd-roman.svg') format('svg');

}

mit diesem gibt es keienr probleme , wenn ich aber von einer nicht auf dem server liegenden seite auf die schrift zugreifen will(in dem fall ein Ebay-template) muss ich den absoluten pfad angeben

also: @font-face {

font-family: 'FrutigerLTCom-Roman';
src: url('http://www.luxussound.com/css/frutigerltstd-roman.eot');
src: url('http://www.luxussound.com/css/frutigerltstd-roman.woff') format('woff'), url('http://www.luxussound.com/css/frutigerltstd-roman.ttf') format('truetype'), url('http://www.luxussound.com/css/frutigerltstd-roman.svg') format('svg');

}

Dies interpretiert er nicht. gibt es da schon eine lösung oder hat jemand eine idee woran es liegt?

ich habe folgendes Problem mit meiner website : in der website gibt es ein style @font-face { font-family: 'FrutigerLTCom-Roman'; src: url('frutigerltstd-roman.eot'); src: url('frutigerltstd-roman.woff') format('woff'), url('frutigerltstd-roman.ttf') format('truetype'), url('frutigerltstd-roman.svg') format('svg'); } mit diesem gibt es keienr probleme , wenn ich aber von einer nicht auf dem server liegenden seite auf die schrift zugreifen will(in dem fall ein Ebay-template) muss ich den absoluten pfad angeben also: @font-face { font-family: 'FrutigerLTCom-Roman'; src: url('http://www.luxussound.com/css/frutigerltstd-roman.eot'); src: url('http://www.luxussound.com/css/frutigerltstd-roman.woff') format('woff'), url('http://www.luxussound.com/css/frutigerltstd-roman.ttf') format('truetype'), url('http://www.luxussound.com/css/frutigerltstd-roman.svg') format('svg'); } Dies interpretiert er nicht. gibt es da schon eine lösung oder hat jemand eine idee woran es liegt?

All Replies (1)

more options

If you use absolute paths then you need to send special HTTP Access Control headers