私はこのCSSを持っています:
@font-face
{
font-family: 'Bebas';
src: url('Fonts/BebasNeue.eot');
src: url('Fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
/*url('bebasneue-webfont.woff') format('woff'),*/
url('Fonts/BebasNeue.ttf') format('truetype'),
url('Fonts/BebasNeue.svg#') format('svg');
font-weight: normal;
font-style: normal;
}
そして、ページ全体のいくつかの div に適用します。IE 以外のすべてのブラウザで正常に動作します。.eot ファイルがあり、ディレクトリは正しいです。何らかの理由で、それは機能しません。