AngleSharp by Florian Rappl

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

 CSSFontFaceRule

public sealed class CSSFontFaceRule : CSSRule
Represents the @font-face rule.
public CSSStyleDeclaration CssRules { get; }

Gets the declared CSS rules.

public string Family { get; set; }

Gets or sets the font-family.

public string FeatureSettings { get; set; }

Gets or sets the feature settings of the font.

public string Src { get; set; }

Gets or sets the source of the font.

public string Stretch { get; set; }

Gets or sets the stretch value of the font.

public string Style { get; set; }

Gets or sets the style of the font.

public string UnicodeRange { get; set; }

Gets or sets the unicode range of the font.

public string Variant { get; set; }

Gets or sets the variant of the font.

public string Weight { get; set; }

Gets or sets the weight of the font.