> For the complete documentation index, see [llms.txt](https://docs.candy-smith.com/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candy-smith.com/main/general-info/how-to-change-the-fonts.md).

# How to change the fonts

If you want to add a new font, you need to put your font in folder Fonts (go to the project / Fonts).

<figure><img src="https://static.wixstatic.com/media/d59ada_ca3ee68a41d2406da4f9b726583d059d~mv2.png/v1/fill/w_600,h_610,al_c,q_90,usm_0.66_1.00_0.01,enc_auto/29_PNG.png" alt=""><figcaption></figcaption></figure>

1. Write your text;
2. Font sections. Click 2.a and choose your font in the drop-down menu.
3. Color section. Click 3.a for choosing the main color.
4. Effect color - it is color of outline. Click to 4.a for choosing the outline color.<br>


---

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

```
GET https://docs.candy-smith.com/main/general-info/how-to-change-the-fonts.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.
