AngleSharp by Florian Rappl

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

 CSSFontFaceRule

Represents the @font-face rule.
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.

public CSSFontFaceRule()

Creates a new @font-face rule.