Skip to content

Get font file

GET
/api/v1/custom-fonts/{fontId}/file
curl --request GET \
--url http://127.0.0.1:58259/api/v1/custom-fonts/1/file

Retrieve the font file for use in the browser

fontId
required
integer format: int64

Font file retrieved successfully

Media type */*
string format: binary

Font not found or access denied

Media type */*
string format: binary