@font-face{
font-family: 'JS-B'; /*定义字体名称*/
src: url("JosefinSans-Bold.ttf"), /*引入字体*/
url('JosefinSans-Bold.eot'); /* 兼容 IE9+ */
}
@font-face{
font-family: 'JS-T';
src: url("JosefinSans-Thin.ttf"), /*引入字体*/
url('JosefinSans-Thin.eot'); /* 兼容IE9+ */
}
body{ font-family: "JS-B"; font-size:40px; } //应用字体