Menu
Styling Text & Links
CSS Fonts
Font families, weights, and sizes.
1Font Styling
Set the font family and weight.
Example Code
body {
font-family: 'Arial', sans-serif;
font-size: 16px;
font-weight: bold;
}Finished reading?
Mark this topic as complete to track progress.