码迷,mamicode.com
首页 > 其他好文 > 详细

@font 引用

时间:2014-10-20 23:08:32      阅读:328      评论:0      收藏:0      [点我收藏+]

标签:style   color   io   ar   sp   div   on   html   ad   

<!DOCTYPE html> <html> <head>  <title></title>  <meta charset="utf-8">  <style type="text/css">  .cs{   font-size: 30px;   font-weight: bolder;   color: #F0A290;   font-family: heeh;  }  @font-face{   font-family: heeh;   /*yi下三种形式都是可以的*/   /*src:url("Sansation_Light.ttf");*/   /*src:url(‘简娃娃篆.ttf‘);*/   src:url(方正胖娃简体.ttf);  }

 .tb{   font-size: 80px;   color: #f40;   font-weight: 300;   font-family: heeh;  }  </style> </head> <body> <!-- <div class="cs">来来来,我们的肉色faker</div> --> <h1 class="tb">淘宝</h1> </body> </html>

@font 引用

标签:style   color   io   ar   sp   div   on   html   ad   

原文地址:http://www.cnblogs.com/wanghaoji/p/4038845.html

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