add method

FontFaceSet add(
  1. FontFace font
)

Implementation

FontFaceSet add(FontFace font) => js_util.callMethod(this, 'add', [font]);