AngleSharp by AngleSharp

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

.NET API 1,224,192 bytes

 FontStyle

public enum FontStyle
The enumeration with the various font styles.
namespace AngleSharp.Dom.Css { public enum FontStyle : byte { Normal, Italic, Oblique } }