Web Typography
If you have been writing HTML for a while, you’ve probably come across the <font> tag. This is an old tag that allows you to set the font size, color and family. There are several problems with the <font> tag:
- It doesn’t allow you to change all aspects of typography, only three
- It doesn’t give you much flexibility on the options it does support.
- It mixes the visual presentation into the structure of the document, making things difficult to edit later.
Luckily Cascading Style Sheets (CSS) allow you to make your Web typography very precise and your fonts will never be the same.



