blob: be4dad911a8a9551318ae99d5a252f28d0ca32d4 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.normal-class {
font-weight: normal;
}
.bold-class {
font-weight: bold;
}
</style>
</head>
<body>
<div class="normal-class">Normal font weight.</div>
<div class="bold-class">Bold font weight.</div>
</body>
</html>