The font-family Property
To specify a font, use the font-family:
property. At a minimum, every browser will be able to render something when given one of three default values:
sans-serif
serif
monospace
Instead of using generic font class names, developers may also use specific font family names. When a specific font family is listed, the browser will try to load the font from the client computer’s font library.
We will discuss how this is done during this topic.
- Previous
- Next