# Customizing the app's font

You can customize the global font used in your app with a simple interface that gives you 2 possible choices:

* use a Google font among the available choices
* use a specific one hosted on CDN (could be a Google Font too)

By modifying the font, all text displayed to your end-user will fit this newly selected font to keep them in your brand and design guidelines.

<figure><img src="/files/4JjS0QWCvxJVmwxAagop" alt=""><figcaption><p>Font Manager</p></figcaption></figure>

Here is a simple flow to add your CDN-hosted font;

{% hint style="warning" %}
We're expecting the URL that exposes the font itself (with the extension .woff, .woff2, .ttf...)
{% endhint %}

{% @arcade/embed url="<https://app.arcade.software/share/xW2f3BStu9bYhtiVY7Nz>" flowId="xW2f3BStu9bYhtiVY7Nz" %}

{% hint style="success" %}
Well done! Now you know how to customize the font of your app! 🎉
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs-v3.toucantoco.com/visualizations-and-layouts/apps/customizing-apps/customizing-the-apps-font.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
