I would like to use a custom font purchased from a type foundry on my Tumblr. The method that the foundry uses is @font-face. I uploaded the files (.eot, .svg, .ttf, and .woff) to my server, linked the stylesheet, and added the right attributes to my css. I enabled hotlinking to my Tumblr address from my server. But this didn't work either. Another user here suggested uploading the files to Tumblr directly, but I continued to get this error in the console:
(index):1 Font from origin 'http://static.tumblr.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://mysite.tumblr.com' is therefore not allowed access.
I'm unsure of how to change the Cross Origin settings on my server, and it is not my personal one so I'm not at liberty to make such changes.
Anyone with experience using custom fonts on Tumblr please share your advice on the best method.
Thanks.