css好看的字体样式

html-css06

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

只是设置字体的大小