chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.page / FontFamilies

FontFamilies

data class FontFamilies

Generic font families collection.

Constructors

<init>

Generic font families collection.

FontFamilies(standard: String? = null, fixed: String? = null, serif: String? = null, sansSerif: String? = null, cursive: String? = null, fantasy: String? = null, pictograph: String? = null)

Properties

cursive

The cursive font-family.

val cursive: String?

fantasy

The fantasy font-family.

val fantasy: String?

fixed

The fixed font-family.

val fixed: String?

pictograph

The pictograph font-family.

val pictograph: String?

sansSerif

The sansSerif font-family.

val sansSerif: String?

serif

The serif font-family.

val serif: String?

standard

The standard font-family.

val standard: String?