# TTF font

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

## Example custom font

![](https://2228257718-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Faipc4QQKwVS0w1Q604ya%2Fuploads%2Fgit-blob-86a874a956f7fcd77cd290da754a89a2182107c8%2Fimage_\(1\).png?alt=media)

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](https://itemsadder.devs.beer/japanese/plugin-usage/resourcepack-hosting/resourcepack-on-dropbox) 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 %}
