AngleSharp.Css by AngleSharp

<PackageReference Include="AngleSharp.Css" Version="0.17.0" />

.NET API 406,528 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.