font-size 文字大小
font-weight 文字加粗(bold加粗/normal正常)
font-style 文字倾斜(italic倾斜/normal正常)
line-height 行高 (文字在一行上下居中)
font-family 字体
font:font-weight font-style font-size/line-height font-family;
font:font-size font-family(必须要写)
color 文字颜色
text-indent 首行缩进 (1em=1个文字大小)
text-align 文本对齐方式(left/center/right)
text-decoration 文本修饰(underline下划线/line-through 删除/overline 上划线/none)
letter-spacing字间距
word-spacing空格之间的间距,单词与单词之间的间距
vertical-align
vertical-align: baseline|sub|super|top|text-top|middle|bottom|text-bottom
inherit强制继承 例如:
font-size: inherit;
font-family: inherit;
font-weight: inherit;
font-style: inherit;
line-height: inherit;
color: inherit;
text-decoration: inherit;
text-align: inherit;
text-indent:inherit;