# Font

{% tabs %}
{% tab title="PNG (Simpler)" %}

#### Example font

![](/files/-MId9FG0ZOakMXYzEVLf)

{% hint style="info" %}
This font is made by Faithful team.
{% endhint %}

To this you have to:

* download the Faithful font [here](https://www.dropbox.com/s/06et55587zvcmr7/FaithfulFont.zip?dl=0)
* extract contents into `plugins/ItemsAdder/contents/my_font/font/`
* open config.yml and set `custom-font enabled: true`
  {% endtab %}

{% tab title="TTF" %}

#### Example custom font

![](/files/-M3g87o7leRlVZJR0KAA)

To this you have to:

* download the japanese font [here](http://matteodev.it/spigot/itemsadder/res/v2/font.zip)
* extract contents into `plugins/ItemsAdder/contents/my_font/minecraft/font/`
* open config.yml and set `custom-font enabled: true`

{% hint style="warning" %}
Minecraft has a bug that will make the game crash when using custom TTF fonts.

This happens only on some Intel integrated GPUs and old versions of the game, I can't fix this bug, [read more here](https://bugs.mojang.com/browse/MC-180529?jql=text%20~%20%22ttf%20crash%22).
{% endhint %}
{% endtab %}
{% endtabs %}


---

# 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://itemsadder.devs.beer/adding-content/font-images/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.
