CSS引入外部字体

@font-face {
    font-family: '综艺体';
    font-style: normal;
    font-weight: normal;
    src: url(../css/fonts/FZZYJW.eot);/*IE9以上*/
    src: url(../css/fonts/FZZYJW.ttf),
        url(../css/fonts/FZZYJW.eot?#iefix) format('embedded-opentype');/*IE6-IE8*/
}

原文地址:https://www.cnblogs.com/zhengbing/p/4250489.html