Fonts

Retrieve all fonts - Abyssale REST API

All of your fonts - google & custom - can be retrieved from the GET /fonts route.

Get fonts

get

Retrieve all of your fonts (custom & google fonts)

Authorizations
x-api-keystringRequired

All of your Abyssale requests must contain a x-api-key header with your API Key.

Responses
200

Ok

application/json
get
/fonts
200

Ok

curl -H "x-api-key: {YOUR-API-KEY}" -H "Content-Type: application/json" https://api.abyssale.com/fonts

Last updated