...

/

Untitled Masterpiece

Some very important points to note when working with type in CSS.

  1. Generic font family names are keywords. Thus, they should NOT be quoted. e.g: this is wrong:
	/* WRONG
  */
  font-family: Verdana "sans-serif"
  
...