Anonymous Board owner 11/14/2020 (Sat) 19:21:01 Id: 489656 No.832 del
>>808
At the moment, I do not have options for this. The client tries to pull from your system UI scaling value. I will introduce some better font scaling options in the client.

For now, if you add this text to a new qss file in install_dir/static/qss/, and then set that as your style in options->style, you can force different font sizes:

/* You can set the pt value to whatever you like */

QWidget
{
font-size: 14pt
}