AngleSharp by AngleSharp

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

.NET API 1,214,976 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 } }