Hello.
I have a strange case. Locally in the debug or release the page displays correctly. However, after uploading it to the VPS server, I have a completely different look. What could be the reason?
In the chrome browser press F12 and go to the console and network tabs. Press ctrl + f5. Look for errors in the console or missing js/css files. From your image, it looks like some javascript did not run so you are probably missing (or wrong) js files. Do you use the CDN? If so make sure it points to the correct version. If you do get js errors, try uploading the whole www folder again.
Problem solved.
There was no Robot font on the server, there was probably a mistake of uploading a www packet to the server.
Thank you for the tips.
Topic is closed.