Skip to content

Instantly share code, notes, and snippets.

@dunyanong
Last active January 9, 2023 13:14
font weight names
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
<link href="style.css" rel="stylesheet"/>
</head>
<body>
<div class="container">
<p class="lighter">Cross Browser Testing Cloud</p>
<p class="normal">Cross Browser Testing Cloud</p>
<p class="bold">Cross Browser Testing Cloud</p>
<p class="bolder">Cross Browser Testing Cloud</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment