I have a html5 select with a list of woff fonts to use dinamically
I am using Chrome and font-face.
In xampp it works well, fonts are loaded correctly, but when I compile with exeoutput it doesn’t work at all. No errors in console.
All fonts are served from localhost, no external servers.
In trident fonts load well too, but I need chrome.
In xampp I get the error
Resource interpreted as Font but transferred with MIME type application/octet-stream
but fonts are loaded without problem.
Since in exeoutput htaccess is not supported, I can’t try to see if this is the problem in exeoutput.
Any idea?
Thank you
I am using Chrome and font-face.
In xampp it works well, fonts are loaded correctly, but when I compile with exeoutput it doesn’t work at all. No errors in console.
All fonts are served from localhost, no external servers.
In trident fonts load well too, but I need chrome.
In xampp I get the error
Resource interpreted as Font but transferred with MIME type application/octet-stream
but fonts are loaded without problem.
Since in exeoutput htaccess is not supported, I can’t try to see if this is the problem in exeoutput.
Any idea?
Thank you
Last edited: