font family css list

CSS
Example of usage of font-family:
font-family: Verdana, Arial, Tahoma, Serif;

While using this with element
p{
	font-family: Verdana, Arial, Tahoma, Serif;
}p {
  font-family: "Times New Roman", Times, serif;
}p{
    font-family:garamond,serif;
}
Source

Also in CSS: