@font 引用

<!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>

posted @ 2014-10-20 21:29  燕山月  阅读(123)  评论(0编辑  收藏  举报