# Common issues

## 1. Using a Custom Font

If you are using a custom font for your server and the text is not aligned in the box correctly like in the picture below modify the Config files parameters:

<figure><img src="https://2652661357-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUsY4h9tsm7XSZY5ZzV3l%2Fuploads%2FhYx7mPFwOUD2PDRSFOAS%2Ffafafa.png?alt=media&#x26;token=52212bb9-603c-4cbb-82a1-e57eaf28c17a" alt=""><figcaption><p>Example Image</p></figcaption></figure>

```lua
Config.BoxWidth = 0.0      -- Only modify this value if you are using a custom font for your server
Config.KeyHeight = 0.0     -- Only modify this value if you are using a custom font for your server
Config.MessageHeight = 0.0 -- Only modify this value if you are using a custom font for your server
```
