AngleSharp.Css by AngleSharp

<PackageReference Include="AngleSharp.Css" Version="0.17.0" />

.NET API 406,528 bytes

 FontStyle

public enum FontStyle
The enumeration with the various font styles.
Italic = 1

Selects a font that is labeled italic, if that is not available, one labeled oblique.

Normal = 0

Selects a font that is classified as normal within a font-family.

Oblique = 2

Selects a font that is labeled oblique.