AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.8.6" />

.NET API 1,174,016 bytes

 FontWeight

public enum FontWeight
A listing of all possible pre-defined font-weights.
Bold = 1

Represents a fount weight of 700.

Bolder = 2

Makes the current font more bold (by 100).

Lighter = 3

Makes the current font less bold (by 100).

Normal = 0

Represents a fount weight of 400.