ClarusDignus

Allow icon font to load on subdomains of WordPress multisite

Dec 20th, 2015
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # https://wordpress.org/support/topic/font-awesome-not-working?replies=8#post-4921179
  2. # Allow icon font to load on subdomains of WordPress multisite install.
  3.  
  4. <FilesMatch ".(ttf|otf|woff)$">
  5. Header set Access-Control-Allow-Origin "*"
  6. </FilesMatch>
Advertisement
Add Comment
Please, Sign In to add comment