html页面,css引用外部字体

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

 

posted @ 2018-11-07 14:22  zhangjianzhen  阅读(1891)  评论(0编辑  收藏  举报