AngleSharp by Florian Rappl

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

.NET API 1,229,312 bytes

 FontStyle

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