我有这个 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 文件并且目录是正确的。出于某种原因,它只是行不通。