family

@SerializedName(value = family)
val family: String? = null

Comma separated String of font families, using regular css formatting Note: When providing multi-word font families, the multi-word font family does not need to be in quotation marks.

Example: `family = "Times New Roman, Times, serif"