Don't forget that you can use
CSS to specify a list of possible fonts:
- Code: Select all
font-family: Copperplate, Verdana, san-serif;
The browser will display Copperplate if it's installed; otherwise, it will display Verdana. If
neither is installed, it will display the generic system san-serif font.