blob: c5c5687dfb23f45076b2becee1469003e7d92c73 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<style>
p {
font-family: Arial, sans-serif;
font-size:48px;
}
.weight600 {
font-weight: 600;
}
</style>
</head>
<body>
<p>Text, normal weight.</p>
<p class=weight600>Bolder than normal.</p>
</body>
</html>