menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. fontFamily property
fontFamily

fontFamily property

String get fontFamily

Gets the value of "font-family"

Implementation

String get fontFamily => getPropertyValue('font-family');
set fontFamily (String value)

Sets the value of "font-family"

Implementation

set fontFamily(String value) {
 setProperty('font-family', value, '');
}
CssStyleDeclarationBase class

AltStyle によって変換されたページ (->オリジナル) /