如题:
css代码中已经写好了
@font-face:{
font-family: 'ADKS';
    src: url('../../../font/hycsjg/ADKS.eot');
src: url('../../../font/hycsjg/ADKS.eot?#iefix') format('embedded-opentype'),
         url('../../../font/hycsjg/ADKS.woff') format('woff'),
         url('../../../font/hycsjg/ADKS.ttf') format('truetype'),
         url('../../../font/hycsjg/ADKS.svg#ADKS') format('svg');
    font-weight: normal;
    font-style: normal;
}
引用的时候就是无法使用该字体
貌似FF也没看到字体文件下载的过程
是不是我什么地方的写法有误
还是这个里面需要先决条件
不过
文件引用路径是正确无误的
但是目前只有ttf文件是可以用的
不过FF下依然没看到对应的显示
字体文件是我跟美工特意要的纯英文的字体
前台使用文字的也是英文
可是为什么不行呢font-face