<!DOCTYPE html>
<html>
<head>
<title>CSS Font Weight</title>
</head>
<body>
<p style="font-weight: normal;">This text font weight normal.</p>
<p style="font-weight: bold;">This text font weight bold.</p>
<p style="font-weight: lighter;">This text font weight lighter.</p>
</body>
</html>