1、font-size 字体大小
2、font-family 字体格式
3、font-weight 加粗
4、font-style : normal | italic | oblique
5、line-height 字体高度:
normal | <number> | <length> | <percentage>

6、font :
[<font-size> || <font-weight> ] ? <font-size> [/<line-height>] ? <font-family>

7、vertical-align 垂直对齐

8、text-indent 首行缩进 :
<length> | <percentage>

9、white-space :
normal | nowrap | pre | pre-wrap | pre-line

10、word-warp :单词换行
nomal | break-word
11、word-break :
normal | keep-all | break-all

12、text-shadow :
none | [<length> {2,3} && <color>? ]#

13、text-decoration :
none | [underline || overline || line-through]
14、text-overflow:
clip | ellipsis

15、cursor

网友评论