FontFamilies

@Serializable
data class FontFamilies(val standard: String? = null, val fixed: String? = null, val serif: String? = null, val sansSerif: String? = null, val cursive: String? = null, val fantasy: String? = null, val math: String? = null)

Generic font families collection.

Official doc

Constructors

Link copied to clipboard
constructor(standard: String? = null, fixed: String? = null, serif: String? = null, sansSerif: String? = null, cursive: String? = null, fantasy: String? = null, math: String? = null)

Properties

Link copied to clipboard

The cursive font-family.

Link copied to clipboard

The fantasy font-family.

Link copied to clipboard

The fixed font-family.

Link copied to clipboard
val math: String?

The math font-family.

Link copied to clipboard

The sansSerif font-family.

Link copied to clipboard

The serif font-family.

Link copied to clipboard

The standard font-family.