css数字样式

html-css06

css数字样式,第1张

样式是不能改变字体本身的形状的。这种使用的是webfont。

使用方法:

下载对应字体的webfont文件,然后放在网站目录(根据需要随意),然后在css里使用 @font-face 添加这个字体,最后body { font-family: "webfont"} 即可。

.telphone {

color: #356112

font-family: Georgia

font-size: 32px

font-weight: normal

line-height: 60px

}