fonts are blocked in web client cors
Your browser is complaining about a missing header: Access-Control-Allow-Origin
Because this header is missing your browser does not know that the desired access is legit. Have a look at http://enable-cors.org and choose the configuration appropriate for your server.
You need to configure the server where the fonts are stored !