标签:style blog color 问题 html io
<Directory "/var/www/html"> <FilesMatch "\.(ttf|otf|eot)$"> Header set Access-Control-Allow-Origin "*" </FilesMatch> </Directory>
Header set Access-Control-Allow-Origin "*"
nginx:
location ~* \.(eot|ttf|woff)$ { add_header Access-Control-Allow-Origin *; }
标签:style blog color 问题 html io
原文地址:http://www.cnblogs.com/freelan/p/3831870.html