FontsUpdatedParameter

@Serializable
data class FontsUpdatedParameter(val font: CSS.FontFace? = null)

Fires whenever a web font is updated. A non-empty font parameter indicates a successfully loaded web font.

Constructors

Link copied to clipboard
constructor(font: CSS.FontFace? = null)

Properties

Link copied to clipboard
val font: CSS.FontFace? = null

The web font that has loaded.