Skip to content

Commit

Permalink
Allowing remote inclusion of fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
jegelstaff committed Jul 11, 2024
1 parent dab2886 commit 8b5e7e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/formulize/templates/css/formulize-icons/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<FilesMatch "\.(ttf|otf|eot|woff|woff2)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>

0 comments on commit 8b5e7e9

Please sign in to comment.