1、设置文本字体
font-family:"Times New Roman",Georgia,Serif
font-family:Arial,Verdana,Sans-serif 2、设置字体尺寸
font-size: 100% 3、设置字体风格
font-style:normal
font-style:italic
font-style:oblique 4、设置字体的异体
font-variant:normal
text-variant:small-caps 5、设置字体的粗细
font-weight:normal
font-weight:bold
font-weight:900 使用简写属性将字体属性设置在一个声明之内
font:italic bold 12px/30px arial,sans-serif;