Why is the interface text difficult to see in remnote desktop app

Hi, may I ask how to resolve this problem?
My software desktop interface text is like this. I can’t see it clearly. How can I transfer it back to the previous one? It makes my use difficult.
Whether I restart the software or reinstall the software, it remains the same.
Where should I set the normal font? Thanks!

Do you use any Custom CSS?
If the anser is yes, you should try disabling all of them
If the answer is no, I think it’s a problem with the font in your operating system

Try putting this code in your Custom CSS to fix it…

* {
	font-family: "Inter", "Times New Roman" !important;
}
1 Like

I don’t use custom CSS, but your method works well. I’ve switched back to Arial. Thank you for your help

1 Like