Create custom font
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
File name including extension. Accepted extensions are .woff2, .woff, .ttf, .otf, and .eot. Maximum 256 characters.
Lowercase hex MD5 hash of the font binary (exactly 32 characters)
The CSS font-family name (1-256 characters). Commas are stripped server-side.
CSS font-weight value (1-1000)
CSS font-display value
Response headers
Response
Font registered. Upload the binary to the presigned S3 URL in upload to complete the process.
Presigned S3 upload details. Post the font binary to url as multipart/form-data, including every key from fields plus the binary itself in a field named file. The file field must be the last field in the form.