Iterable<FontFace> get fontfaces => js_util.getProperty(this, 'fontfaces');
set fontfaces(Iterable<FontFace> newValue) { js_util.setProperty(this, 'fontfaces', newValue); }