standardFont

abstract fun standardFont(): Font

Returns the standard font of the browser.

Since

9.5.0

Throws

when the browser is closed


abstract fun standardFont(font: Font)

Sets the standard font of the browser.

Since

9.5.0

Parameters

font

the new standard font

Throws

when the browser is closed