AngleSharp by AngleSharp

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

.NET API 1,230,848 bytes

 FontSize

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