CSS Text & Fonts
Font Properties
| Property | Values |
|---|---|
font-family | Font names, with fallbacks |
font-size | 16px, 1rem, 1.2em |
font-weight | normal, bold, 100–900 |
font-style | normal, italic |
Text Properties
| Property | Values |
|---|---|
text-align | left, center, right, justify |
text-decoration | none, underline, line-through |
line-height | 1.5, 24px |
letter-spacing | 1px, 0.05em |
text-transform | uppercase, lowercase, capitalize |
Google Fonts
Import free fonts from Google Fonts with a <link> tag in your HTML head.