<html>
<head>
<title>Abakada CSS Demo: fontFamily Property</title>
<link rel="stylesheet" href="/shared/netdemos.css">
</head>
<body>
<!-- #include virtual="~/shared/top.inc" -->
<div class="header"><h2>Abakada CSS Demo: fontFamily Property</h2></div>
<hr size=1 width=92%>
<center>
<h5>This example uses inline event handlers to dynamically set an object's <b>fontFamily</b> style property.</h5>
<p id="msg" onmousedown="this.style.fontFamily='serif'"
onmouseup="this.style.fontFamily=''">
Click and hold your mouse here to make this text render in a different font.
</p>
</center>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>