> For the complete documentation index, see [llms.txt](https://wiki.libreelec.tv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.libreelec.tv/configuration/fonts.md).

# Fonts

Kodi includes a default font that supports a large number of languages in a reasonable file size. It does not support all languages as this would require a font file larger than a LibreELEC image!

If you see blank squares for titles and filenames instead of readable text - You need to add a custom Arial True-Type (.ttf) font that supports the missing language characters and glyphs.

In LibreELEC create `/storage/.kodi/userspace/Fonts/` (note the capital F) and place an Arial based font in the folder, e.g. `/storage/.kodi/userspace/Fonts/Arial.ttf` - after rebooting or restarting Kodi the font can be selected in Kodi Settings > Interface > Skin > Fonts.


---

# 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://wiki.libreelec.tv/configuration/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.
