Turns out it was the fact that I went HTTPS. In the fonts folder I had to create a .htaccess file and put:
<FilesMatch "\.(ttf|otf|eot|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
That solved the problem.
Website: www.allans-stuff.com