You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom fonts. Apply globally or set different fonts for headings and the body
87
+
text.
82
88
<Expandabletitle="FontDetailsType">
83
89
<ResponseFieldname="family"type="string"required>
84
-
The font family name. Custom fonts and all Google Fonts are supported.
90
+
The font family name. Custom fonts and all [Google
91
+
Fonts](https://fonts.google.com/) are supported. e.g. "Open Sans",
92
+
"Playfair Display"
85
93
</ResponseField>
86
94
<ResponseFieldname="weight"type="number">
87
-
The font weight. Precise values such as `560` are also supported for variable fonts. Check under Styles section for your Google Font for available weights.
95
+
The font weight. Precise values such as `560` are also supported for
96
+
variable fonts. Check under the Styles section for your Google Font for
97
+
the available weights.
88
98
</ResponseField>
89
99
<ResponseFieldname="url"type="string">
90
-
The URL to the font file. Specify if using a different source from Google Fonts.
100
+
The URL to the font file. Can be used to specify a font that is not from
0 commit comments