add method

FontFaceSet add(
  1. FontFace font
)

The add() method of the FontFaceSet interface adds a new font to the set.

Implementation

external FontFaceSet add(FontFace font);