blob: 626bb0490ea67d17805074d4422d5b27df6ff6de [file] [log] [blame]
<html>
<head>
<style>
span.courier {
font-family: 'Courier', 'Courier New';
}
span.helvetica {
font-family: 'Helvetica', 'Arial';
}
span.times {
font-family: 'Times, 'Times New Roman';
}
span {
font-size: 30px;
}
</style>
</head>
<body>
<p>
You should see each font name in that font:
</p>
<span class="helvetica">HELVETICA</span>
<span class="courier">courier</span>
<span class="courier"><b>COURIER</b></span>
<span class="times"><b>times</b></span>
</body>
</html>