Table of Contents

Class FontFamilies

Namespace
OpenQA.Selenium.DevTools.V146.Page
Assembly
Selenium.WebDriver.dll

Generic font families collection.

public sealed class FontFamilies
Inheritance
FontFamilies
Inherited Members

Properties

Cursive

The cursive font-family.

[JsonPropertyName("cursive")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Cursive { get; set; }

Property Value

string

Fantasy

The fantasy font-family.

[JsonPropertyName("fantasy")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Fantasy { get; set; }

Property Value

string

Fixed

The fixed font-family.

[JsonPropertyName("fixed")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Fixed { get; set; }

Property Value

string

Math

The math font-family.

[JsonPropertyName("math")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Math { get; set; }

Property Value

string

SansSerif

The sansSerif font-family.

[JsonPropertyName("sansSerif")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? SansSerif { get; set; }

Property Value

string

Serif

The serif font-family.

[JsonPropertyName("serif")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Serif { get; set; }

Property Value

string

Standard

The standard font-family.

[JsonPropertyName("standard")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Standard { get; set; }

Property Value

string