---
title: "List the caller's custom fonts."
method: GET
path: "/v2/fonts"
tags: ["custom_font"]
---

# List the caller's custom fonts.

`GET /v2/fonts`

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `code` integer — 0=success，only parse data when code=0
  - `data` InternalCustomfontFontRecord[] — real data
    - `coverage` string[] — expanded at read time, never stored
    - `family_name` string
    - `is_default` boolean
    - `languages` string[] — declared codes, verbatim
    - `owner_type` string
    - `styles` string[]
    - `uuid` string
  - `message` string — tip message

---

[API](https://skmtc.net/bluente/apis/bluente-api.md) · [All operations](https://skmtc.net/bluente/apis/bluente-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bluente/bluente-api/revisions/5c90e58bf672/schema)
