Skip to content

Commit

Permalink
웹폰트 CORS 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
arzzcom committed Feb 22, 2021
1 parent dcbba8c commit 31f05fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .htaccess
Expand Up @@ -3,6 +3,10 @@
Deny from all
</LimitExcept>

<FilesMatch ".(eot|otf|ttf|woff|woff2)">
Header always set Access-Control-Allow-Origin "*"
</FilesMatch>

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
Expand Down

0 comments on commit 31f05fa

Please sign in to comment.