AngleSharp by Florian Rappl

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

.NET API 1,208,832 bytes

 FontVariant

public enum FontVariant
An enumeration with font variant transformations.
namespace AngleSharp.Dom.Css { public enum FontVariant : ushort { Normal, SmallCaps } }