Hi, could you use the developer tools within your browser to debug the requests that are failing. Are you able to see what kind of error those ajax requests are hitting? That might give some insight into why that's happening. It could be that you have one or multiple issues that are causing those ajax requests to fail.
For the CSS, I would again use the developer tools to see why the font is displaying large. You can use the Network tool to view all requests and see if all requests for CSS files succeeded.
----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!