Jump to content

[SOLVED]@fontface and ssl on Firefox


Recommended Posts

Amazing! After what feels like an eternity trying to suss this out I have finally found hte solution within minutes of poting this I just had to add this to my htaccess:

 

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

 

And all is well...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...