blob: 4b068ee807bc92b0eaf396aeba2b41c3d1042bce [file] [log] [blame]
<html>
<head>
<style type="text/css">
p { font-size: 12pt; font-weight: bold; }
</style>
</head>
<body>
<p style='font-weight: normal'>font-weight: normal</p>
<p style='font-weight: bold'>font-weight: bold</p>
<p style='font-weight: bolder'>font-weight: bolder</p>
<p style='font-weight: lighter'>font-weight: lighter</p>
<p style='font-weight: 100'>font-weight: 100</p>
<p style='font-weight: 200'>font-weight: 200</p>
<p style='font-weight: 300'>font-weight: 300</p>
<p style='font-weight: 400'>font-weight: 400</p>
<p style='font-weight: 500'>font-weight: 500</p>
<p style='font-weight: 600'>font-weight: 600</p>
<p style='font-weight: 700'>font-weight: 700</p>
<p style='font-weight: 800'>font-weight: 800</p>
<p style='font-weight: 900'>font-weight: 900</p>
</body>
</html>