> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/manage-improve-product-data/creatives-create-and-edit-images/the-image-editor/brand-kit/upload-a-custom-font.md).

# Upload a custom font

{% hint style="info" %}
You can upload a maximum of 20 custom fonts.
{% endhint %}

Choose an upload method:

* [Upload from an image template](#upload-from-an-image-template)
* [Upload from the Fonts tab](#upload-fonts-outside-of-a-template)

### Upload from an image template

{% stepper %}
{% step %}

### Open an image template

In **Creatives**, open an image template. Click **Text** to add a text object.

<div align="left"><figure><img src="/files/CBq4NkOvtRYtRA3bVXxD" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Open the font importer

In the right-side **Design** panel, find **Fonts**. Click **+**, then select **Import custom font**.

<div align="left"><figure><img src="/files/Q0dVCZFn9Thw7mImObR2" alt=""><figcaption></figcaption></figure></div>

For consistent results, use font weights rounded to the nearest hundred. For example, use `500` rather than `550`. The font file defines the weight.
{% endstep %}

{% step %}

### Upload a font file

Click **Upload**. Click the upload area to select a font file, or drag and drop the file.
{% endstep %}

{% step %}

### Complete the upload

Click **Done**.
{% endstep %}
{% endstepper %}

### Upload fonts outside of a template

1. In **Creatives**, open the **Fonts** tab.
2. Click **+ Upload fonts**.
3. Click **Upload**, then select or drag and drop a font file.
4. Click **Done**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/manage-improve-product-data/creatives-create-and-edit-images/the-image-editor/brand-kit/upload-a-custom-font.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
