css好看的字体样式

html-css04

css好看的字体样式,第1张

<style type="text/css">

.aa{ width:200pxheight:44pxborder:0background-image:url(img1.png)}

.aa:active{ background-image:url(img2.png)}

</style>

<input type="button" class="aa" value=""/>

IE6需要另外插一张类库

css字体样式:font-family:"Microsoft YaHei"这是雅黑的字体设置

font-family:"宋体"黑体等等字体样式设置

font-family:"Microsoft YaHei", 宋体, 微软雅黑, sans-serif也可以如此一起设置

而楼上说的font-size 只是设置字体的大小