I have this error:
downloadable font: download failed (font-family: "font-test" style: normal weight: normal stretch: normal src index: 1): bad URI or cross-site access not allowed source: link
The folder structure is this:
/public
/css
/fonts.css
/fonts
/font-test.ttf
How can I enable cross-site access
from php
since I do not have access to the conf file of the server?
EDITED
I tried to put: header("Access-Control-Allow-Origin: *");
as I indicated: carmen . But it still does not work.