How to increase font size?

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

You would need to change the font size using css.

.chat_line {
  font-size: 20px;
}

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.