1

何が起こっているのかよくわかりません。

Font Squirrel の @Font Face Packs を使用していますが、FirefoxIEでは機能しませんが、 ChromeAndroid のブラウザーでは完全に機能します。Safari は試していません。そして、これらのパックはシームレスに機能するはずです。それがそれらの要点ですが、そうではありません.

だからここに私のコードがあります

<link rel="stylesheet" href="https://dl.dropbox.com/u/70582811/Fonts/Orotund-fontfacekit/Orotund.css" type="text/css"/>

p{
font-family: OrotundHeavy,Georgia,Serif;
}

これは Chrome のフォントにのみ影響します。ここで確認できます

前もって感謝します。

@font-face {
    font-family: 'OrotundHeavy';
    src: url('Orotund-webfont.eot');
    src: url('Orotund-webfont.eot?#iefix') format('embedded-opentype'),
         url('Orotund-webfont.woff') format('woff'),
         url('Orotund-webfont.ttf') format('truetype'),
         url('Orotund-webfont.svg#OrotundHeavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OrotundCapitalsHeavy';
    src: url('OrotundCaps-webfont.eot');
    src: url('OrotundCaps-webfont.eot?#iefix') format('embedded-opentype'),
         url('OrotundCaps-webfont.woff') format('woff'),
         url('OrotundCaps-webfont.ttf') format('truetype'),
         url('OrotundCaps-webfont.svg#OrotundCapitalsHeavy') format('svg');
    font-weight: normal;
    font-style: normal;

}
4

1 に答える 1

0

ここ(404)に直接アクセスして同じ。

Firefox で発生するエラーに気付きましたか?

タイムスタンプ: 12/06/03 14:42:19 エラー: ダウンロード可能なフォント: ダウンロードに失敗しました (font-family: "Open Sans" style:normal weight:normal stretch:normal src index:2):不正な URI またはクロスサイト アクセス許可されていません ソース: https://www.dropbox.com/static/fonts/opensans/OpenSans-Regular-webfont.ttf ソース ファイル: https://www.dropbox.com/static/css/main.css 行: 0 ソースコード: @font-face { font-family: "Open Sans"; フォント スタイル: 通常; フォントの太さ: 400; ソース: url("/static/fonts/opensans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/static/fonts/opensans/OpenSans-Regular-webfont.woff ") format("woff"), url("/static/fonts/opensans/OpenSans-Regular-webfont.ttf") フォーマット("truetype"), url("/static/fonts/opensans/OpenSans-Regular-webfont .svg#OpenSansRegular") format("svg"); }

于 2012-06-03T13:45:54.367 に答える