|
Property |
Values |
Example |
|
font-family |
font name |
font-family:arial |
|
font-style |
normal
italic
oblique
underline |
font-style:normal
font-style:italic
font-style:oblique
font-style:underline |
|
font-variant |
normal
small-caps |
font-variant:normal
font-variant:small-caps |
|
font-weight |
normal
bold
bolder
lighter
100-900 |
font-weight:normal
font-weight:bold
font-weight:bolder
font-weight:lighter
font-weight:400 |
|
font-size |
normal
length
length
absolute
absolute
absolute
absolute
absolute
absolute
absolute
relative
relative
percentage |
font-size:normal
font-size:14px
font-size:14pt
font-size:xx-small
font-size:x-small
font-size:small
font-size:medium
font-size:large
font-size:x-large
font-size:xx-large
font-size:smaller
font-size:larger
font-size:75% |
|
line-height |
normal
number
length
percentage |
line-height:normal
line-height:1.5
line-height:22px
line-height:150% |
|
text-decoration |
none
underline
overline
line-through
blink |
text-decoration:none
text-decoration:underline
text-decoration:overline
text-decoration:line-through
text-decoration:blink |
|
text-transform |
none
capitalize
uppercase
lowercase |
text-transform:none
text-transform:capitalize
text-transform:uppercase
text-transform:lowercase |
|
text-align |
left
right
center
justify |
text-align:left
text-align:right
text-align:center
text-align:justify |
|
text-indent |
length
percentage |
text-indent:20px;
text-indent:10% |
|
white-space |
normal
pre |
white-space:normal
white-space:pre |