delete method

bool delete(
  1. FontFace font
)

The delete() method of the FontFaceSet interface removes a font from the set.

Font faces that were added to the set using the CSS rule remain connected to the corresponding CSS, and cannot be deleted.

Implementation

external bool delete(FontFace font);