AngleSharp by Florian Rappl

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

.NET API 1,171,968 bytes

 CssFontProperty

More information available: https://developer.mozilla.org/en-US/docs/Web/CSS/font
public IEnumerable<string> Families { get; }

Gets the value of the font family property.

public Length Height { get; }

Gets the value of the line height property.

public bool IsRelative { get; }

public Length Size { get; }

Gets the custom set size of the font, if any.

public FontStretch Stretch { get; }

Gets the value of the font stretch property.

public FontStyle Style { get; }

Gets the value of the font style property.

public FontVariant Variant { get; }

Gets the value of the font variant property.

public int Weight { get; }