Answers for "font CORS policy issue"

0

font CORS policy issue

# Apache config
<FilesMatch ".(eot|ttf|otf|woff)">
    Header set Access-Control-Allow-Origin "*"
</FilesMatch>
Posted by: Guest on May-04-2022

Browse Popular Code Answers by Language