Font Family

The CSS font-family property it is used to set the font of a text in a html page. The most used fonts are: Arial, Times, Times New Roman, Georgia, Helvetica, Helvetica Narrow, Verdana, Fixed, Courier New, Lucida Console, Comic Sans MS, Gill Sans, serif, sans-serif, monospace, cursive.

Font Family list:

Arial Paragraph 1
Courier New Paragraph 2
Fixed Paragraph 3
Georgia Paragraph 4
Lucida Console Paragraph 5
Helvetica Paragraph 6
Times Paragraph 7
Times New Roman Paragraph 8
Verdana Paragraph 9

Font Family example:

<html>
<head>

</head>
<body>

Font example 1

Font example 2

Font example 3

Font example 4

</body> </html>

Font Family result:



Font example 1

Font example 2

Font example 3

Font example 4