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 Slides or from Google Fonts. If the font name is unrecognized, the text is rendered in Arial. Some fonts can affect the weight of the text. If an update request specifies values for both font_family and bold, the explicitly-set bold value is used.

Implementation

core.String? fontFamily;