# TTF font

This method allows you to add fonts using .ttf font files

## Example custom font

![](/files/vB7Cp2tgSNkDVLtQdPFr)

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\japanese_font\resourcepack\assets\minecraft\font`
* open config.yml and set `custom-font enabled: true`
* and obviously if you're using [dropbox host](/japanese/plugin-usage/resourcepack-hosting/resourcepack-on-dropbox.md) you have to reupload the `generated.zip` after server restart

{% 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 %}


---

# 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/japanese/plugin-usage/adding-content/fonts/method-1.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.
