Revision: 24593
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 4, 2010 16:12 by johnloy
Initial Code
# example Apache .htaccess file to add access control header <FilesMatch "\.(ttf|otf)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>
Initial URL
Initial Description
Initial Title
.htaccess rule to allow cross-site embedded font sharing in Firefox
Initial Tags
css
Initial Language
Apache