AngleSharp by Florian Rappl

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

.NET API 559,104 bytes

 HTMLFontElement

public sealed class HTMLFontElement : HTMLElement, IFormatting
Represents a font element.
namespace AngleSharp.DOM.Html { [DOM("HTMLFontElement")] public sealed class HTMLFontElement : HTMLElement, IFormatting { internal const string AttrColor = "color"; internal const string AttrFace = "face"; internal const string AttrSize = "size"; internal HTMLFontElement() { _name = "font"; } } }