AngleSharp by Florian Rappl

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

.NET API 1,113,600 bytes

 FontSize

public enum FontSize
A listing of all possible pre-defined font-sizes.
namespace AngleSharp.Dom.Css { public enum FontSize : ushort { Custom, Tiny, Little, Smaller, Small, Medium, Large, Larger, Big, Huge } }