CSS3设置字体

@font-face
{ font-family: myFirstFont;
src: url('Sansation_Light.ttf')   ,url('Sansation_Light.eot'); /* IE9 */
}

div{ font-family:myFirstFont;}

详情请点击W3C教程:http://www.runoob.com/try/try.php?filename=trycss3_font-face_rule

posted @ 2015-07-31 11:16  以神之名  阅读(144)  评论(0编辑  收藏  举报