Now that we’ve covered the basics of styling, let’s explore the styling of text.
Fonts
You can use any font installed on your system for styling your website, but you should use a web-safe font. These are fonts that are generally considered safe to use because they are available on most users' systems.
Web-safe fonts
Font | Family |
---|---|
Arial Trebuchet MS Verdana | sans-serif |
Courier New | monospace |
Georgia Times New Roman | serif |
Basic text styling
There are several CSS properties that control basic text styling. We’ll discuss a few of them ...