Others
Image problem
If the images are not loading properly, it might be a dns issue.
In order to resolve the problem you might want to configure it.
You can achieve that by updating the /etc/hosts file on the server.
Font problem
You can test out your font url by adding the font on this page.
If the fonts are not loading properly, it might be a server configuration issue on the resource side.
You can change the nginx configuration located in: "/etc/nginx/sites-available/xxxxxx.conf"
You might want to change the location types.
location ~* \.(jpg|png|jpeg|svg|woff|woff2|ttf|otf)$ {
add_header "Access-Control-Allow-Origin" *;
}