fontfaces property

Iterable<FontFace> fontfaces

Implementation

Iterable<FontFace> get fontfaces => js_util.getProperty(this, 'fontfaces');
void fontfaces=(Iterable<FontFace> newValue)

Implementation

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