FontsUpdated

@Serializable
data class FontsUpdated(val font: FontFace? = null) : CSSEvent(source)

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

Official doc

Constructors

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

Properties

Link copied to clipboard
val font: FontFace? = null

The web font that has loaded.