family property

List<String>? family
final

Family specifies a list of fonts, the browser will sequentially select the the first known/supported font. There are two types of font families the family-name (e.g., arial, times, courier, etc) or the generic-family (e.g., serif, sans-seric, etc.)

Implementation

final List<String>? family;