weightedFontFamily property
The font family and rendered weight of the text.
If an update request specifies values for both weighted_font_family
and
bold
, the weighted_font_family
is applied first, then bold
. If
weighted_font_family#weight
is not set, it defaults to 400
. If
weighted_font_family
is set, then weighted_font_family#font_family
must also be set with a non-empty value. Otherwise, a 400 bad request
error is returned.
Implementation
WeightedFontFamily? weightedFontFamily;