Hey Josue,
Thanks your fast reply. I contacted the support of my provider. Now waiting for reply.
The issues are also effecting every other browser. They are disappearing after accepting insecure certificate, appart from the icons. The Icons are not shown on any browser.
In the meanwhile I found a partial solution for the web font adding the following code to th .htaccess:
<FilesMatch “\.(ttf|otf|eot|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>
Now the web font is displayed but there is still an error in the console shown:
“Font from origin ‘http://geohumus.com’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://www.geohumus.com’ is therefore not allowed access.”
Thanks for your help!