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
}
}