How to increase font size?

Asked Mar 18, 2025·1 reply·Last activity 1 year ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

the font in the chat looks very small and almost impossible to read, is it possible to increase it somehow?

1 reply

You would need to change the font size using css.

.chat_line {
font-size: 20px;
}