fontFamily property

String? fontFamily
getter/setter pair

The font family of the text.

The font family can be any font from the Font menu in Docs or from Google Fonts. If the font name is unrecognized, the text is rendered in Arial.

Implementation

core.String? fontFamily;