Dart
dart:html
FontFace
family property
family
description
family
property
Null safety
String
?
family
Implementation
String? get family native;
void
family=
(
String
?
value
)
Implementation
set family(String? value) native;
Dart
dart:html
FontFace
family property
FontFace class
Constructors
FontFace
Properties
display
family
featureSettings
hashCode
loaded
runtimeType
status
stretch
style
unicodeRange
variant
weight
Methods
load
noSuchMethod
toString
Operators
operator ==