CSS Font文字样式
font-style: /* 文字样式 italic(倾斜) | normal */ font-weight: /* 文字是否加粗 bold | normal(正常) */ font-size: /* 文字大小 */ line-height: /* 行高(每行文字的高度,文字在行内上下居中)*/ font-family: /* 文字字体 "微软雅黑" | "宋体" ... */ /* 复合样式 (有强制顺序) */ font: /* font-style font-weight font-size|line-height font-family */ color: /* 文本颜色 */ text-indent: /* 首行缩进 单位(px | em(表示1个字体的大小))*/ text-align: /* 文本对齐 left | center | right */ text-decoration: /* 文本修饰 underline | line-through(删除) | overline(上划线) | none */ letter-spacing: /* 字符间距(字母间距) 默认字母右侧存在1个px长度的间距 */ word-spacing: /* 词间距(单词间距) */