| Font | font: {style | variant | weight} size {line-height} family |
| Name | font-family: {serif | sans-serif | cursive | fantasy | monospace | name} |
| Size | font-size: {xx-small | x-small | small | medium | large | x-large | xx-large | larger | smaller | percentage | units} |
| Bold | font-weight: {normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900} |
| Italic | font-style: {normal | italic | oblique} |
| Color | color: {rgb(r, g, b) | #rrggbb} |
| Underline | text-decoration: underline |
| Overline | text-decoration: overline |
| Strikethrough | text-decoration: line-through |
| Blinking | text-decoration: blink |
| Small Caps | font-variant: {normal | small-caps} |
| Superscript | vertical-align: super |
| Subscript | vertical-align: sub |
| Capitalization | text-transform: {capitalize | uppercase | lowercase | none} |