码迷,mamicode.com
首页 > Web开发 > 详细

html页面,css引用外部字体

时间:2018-11-07 14:39:29      阅读:471      评论:0      收藏:0      [点我收藏+]

标签:type   highlight   bsp   form   html   weight   for   htm   font-face   

@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;
}

 

html页面,css引用外部字体

标签:type   highlight   bsp   form   html   weight   for   htm   font-face   

原文地址:https://www.cnblogs.com/zhangjianzhen/p/9922280.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!