Custom fonts
Bring your own fonts to personalize your documentation style.
Upload and manage custom fonts for branding or aesthetic purposes. Once added, fonts can be applied to your spaces or sites to achieve a unique look.
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
Body
Defines a custom font and associated font faces with storage references.
fontFamilystring · min: 1 · max: 50Required
The human-readable font-family name used in CSS (e.g., "Open Sans", "Playfair Display").
Responses
201
Custom font created successfully.
application/json
Responseall of
404
Not Found
application/json
412
Invalid request data, such as missing required font weights.
application/json
put
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
fontIdstringRequired
The unique ID of a font
Body
Defines a custom font and associated font faces with storage references.
fontFamilystring · min: 1 · max: 50Optional
The human-readable font-family name used in CSS (e.g., "Open Sans", "Playfair Display").
Responses
201
Custom font created successfully.
application/json
Responseall of
404
Not Found
application/json
412
Invalid request data, such as missing required font weights.
application/json
post
Was this helpful?