AngleSharp by AngleSharp

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

.NET API 1,218,560 bytes

 FontWeight

public enum FontWeight
A listing of all possible pre-defined font-weights.
namespace AngleSharp.Dom.Css { public enum FontWeight : ushort { Normal, Bold, Bolder, Lighter } }