Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2012-09-24 14:05:05

trenc
Plugin Author
From: Malmö
Registered: 2008-02-27
Posts: 572
Website GitHub

Re: Font Face rare issue

I had similar problems but a workaround. Put this in your htaccess:

<FilesMatch "\.(ttf|otf|eot)$">
    <IfModule mod_headers.c>
        Header set Access-Control-Allow-Origin "*"
    </IfModule>
</FilesMatch>

Offline

Board footer

Powered by FluxBB