AngleSharp by Florian Rappl

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

.NET API 1,174,016 bytes

 ICssFontFaceRule

Represents a @font-face CSS rule.
string Family { get; set; }

Gets or sets the font-family.

string Features { get; set; }

Gets or sets the feature settings of the font.

string Range { get; set; }

Gets or sets the unicode range of the font.

string Source { get; set; }

Gets or sets the source of the font.

string Stretch { get; set; }

Gets or sets the stretch value of the font.

string Style { get; set; }

Gets or sets the style of the font.

string Variant { get; set; }

Gets or sets the variant of the font.

string Weight { get; set; }

Gets or sets the weight of the font.