font-family Demo : font family : Text HTML CSS TUTORIALS


HTML CSS TUTORIALS » Text » font family »

 

font-family Demo


 



<html>
<head>
<title>Generic Font Demo</title>
</head>
<body>
<p style="font-family: serif; font-size: 1.3em">This is a serif font.</p>
<p style="font-family: sans-serif;font-size: 1.3em">This is a sans-serif font.</p>
<p style="font-family: monospace;font-size: 1.3em">This is a monospace font.</p>
<p style="font-family: cursive;font-size: 1.3em">This is a cursive font.</p>
<p style="font-family: fantasy;font-size: 1.3em">This is a fantasy font.</p>

</body>
</html>

 



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Text
» font family