AngleSharp by AngleSharp

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

.NET API 1,230,336 bytes

 FontWeight

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