# Fonts

By default ImHex uses the `Proggy Clean` font, the default one used by ImGui, however it's also possible to load custom fonts.

{% hint style="info" %}
Proggy Clean is a pixel perfect bitmap font which means scaling it only works well if it's done in integer increments. Any scaling factor inbetween will cause the font to look blurry. Because of that, setting the font size is disabled by default.
{% endhint %}

### Supported fonts

Any `TTF` or `OTF` font is generally supported. However, things might look off when using a font that doesn't have monospaced glyphs. So called "Nerd Fonts" such as the fonts found on this GitHub repository, usually work great: <https://github.com/powerline/fonts>

### Changing fonts

To change your font, first open the `Settings` interface through `Help -> Settings` and open the `Fonts` tab. After that, either enter the path to your font in the `Custom Font Path` text field or click on the folder icon next to it to use the file picker.

<figure><img src="/files/q1DNkIVArKnPOEw7qcdE" alt=""><figcaption><p>A cutom font being selected in the Settings interface</p></figcaption></figure>

{% hint style="warning" %}
The Font file is not copied, only the path is stored in ImHex's settings. Don't remove the font file after it has been selected or ImHex will revert back to the default font.
{% endhint %}

After a custom font has been selected, the `Font Size` slider also becomes available and can be used to specify the font's scaling.

ImHex needs to be restarted now for the changes to come into effect.


---

# 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://docs.werwolv.net/imhex/common/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.
