Fri Dec 16, 2011 12:12 am
<html>
<head>
<title>Set font family for body</title>
<style type="text/css">
body {
font-family: verdana, arial, sans-serif;
font-size:20px;
}
body a{
font-family: "Times New Roman",Georgia,Serif;
}
</style>
</head>
<body>
<h1>Changing font family</h1>
<p>Notice the change of font family in all text inside the body tag even the link</a>
</p></br>
<a href="#">Notice the change of font family in all text inside the body tag even the link</a>.
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.