Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions settings/global.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,19 @@ settings. Learn more about the [properties](#properties) or from an
>
Custom fonts. Apply globally or set different fonts for headings and the body
text.

Example:
```json
"font": {
"headings": {
"family": "Roboto"
},
"body": {
"family": "Oswald"
}
}
```

<Expandable title="FontDetailsType">
<ResponseField name="family" type="string" required>
The font family name. Custom fonts and all [Google
Expand Down