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

网站引入特殊字体

时间:2017-06-22 11:08:26      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:type   sed   分享   images   技术   font-face   nbsp   embed   family   

先获取这些字体文件

技术分享

然后添加css

/*引入字体(pt-din-condensed-cyrillic)*/
@font-face {
  font-family: ‘pt‘;
  src: url(‘../font/pt/pt-din-condensed-cyrillic.eot‘);
  src: url(‘../font/pt/pt-din-condensed-cyrillic.eot?#iefix‘) format(‘embedded-opentype‘),
  url(‘../font/pt/pt-din-condensed-cyrillic.woff‘) format(‘woff‘),
  url(‘../font/pt/pt-din-condensed-cyrillic.ttf‘) format(‘truetype‘),
  url(‘../font/pt/pt-din-condensed-cyrillic.svg‘) format(‘svg‘);
  font-style: normal;
  font-weight: normal;
}

 

网站引入特殊字体

标签:type   sed   分享   images   技术   font-face   nbsp   embed   family   

原文地址:http://www.cnblogs.com/chenzeyongjsj/p/7063713.html

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