- Visit Google Fonts.
- Choose and download any font that supports your language (e.g. Thai).
- Extract the
.ttffile from to/assets/minecraft/font
- Replace or add your font file inside:
assets/minecraft/font/your-font.tff - Edit
default.jsonto point to your.ttffile:
{
"providers": [
{
"type": "ttf",
"file": "minecraft:your-font.tff", <-----
"shift": [0.0, 1.6],
"size": 8.0,
"oversample": 25.0
}
]
}