Table of Contents

Class FontFace

Namespace
OpenQA.Selenium.DevTools.V85.CSS
Assembly
WebDriver.dll

FontFace

public sealed class FontFace
Inheritance
FontFace
Inherited Members

Properties

FontFamily

fontFamily

[JsonPropertyName("fontFamily")]
public string FontFamily { get; set; }

Property Value

string

FontStretch

fontStretch

[JsonPropertyName("fontStretch")]
public string FontStretch { get; set; }

Property Value

string

FontStyle

fontStyle

[JsonPropertyName("fontStyle")]
public string FontStyle { get; set; }

Property Value

string

FontVariant

fontVariant

[JsonPropertyName("fontVariant")]
public string FontVariant { get; set; }

Property Value

string

FontWeight

fontWeight

[JsonPropertyName("fontWeight")]
public string FontWeight { get; set; }

Property Value

string

PlatformFontFamily

platformFontFamily

[JsonPropertyName("platformFontFamily")]
public string PlatformFontFamily { get; set; }

Property Value

string

Src

src

[JsonPropertyName("src")]
public string Src { get; set; }

Property Value

string

UnicodeRange

unicodeRange

[JsonPropertyName("unicodeRange")]
public string UnicodeRange { get; set; }

Property Value

string