Get a custom font by its ID
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$fontIdstringRequired
The unique ID of a font
Responses
200
Custom font.
application/json
Defines a font family along with its various font-face declarations for use in CSS '@font-face' rules.
idstringRequired
A globally unique identifier for the font definition.
custombooleanRequired
Whether the font is a custom font. If false, this font is provided by GitBook.
fontFamilystring · min: 1 · max: 50Required
The human-readable font-family name used in CSS (e.g., "Open Sans", "Playfair Display").
404
Organization or font not found.
application/json
get/orgs/{organizationId}/fonts/{fontId}
Last updated
Was this helpful?