Future<Iterable<FontFace>> load(String font, [String? text = ' ']) => js_util.promiseToFuture(js_util.callMethod(this, 'load', [font, text]));