css: 使用web字体
@font-face{
font-family:"" ;
src:url();
src:url();
font-weight:
font-style:
}
@font-face 的作用是告知浏览器,添加了web字体,从而可以为元素设置字体。
- 为web字体设置斜体样式 --- font-style:italic font-style:normal//取消斜体样式
- 设置粗体格式 --- font-weight:bold font-weight:normal //取消粗体格式