<!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>
时间: 2024-10-08 20:04:30