随意一点的blog

html5andcss3base/13

使用web字体

1
2
3
4
5
6
7
8
9
10
11
12
13
14
body{
font-family: 'PTSans', sans-serif;
font-size: 100%;
line-height:1.25;
}
@font-face {
font-family:'PTSans';
src: url('PTS55F-webfont.eot');
/*以下为为字体设置样式
可选内容
*/
font-weight: normal;
font-style: normal;
}

字体下载地址:Font Squirrel