<IfModule mod_headers.c>
  <FilesMatch "\.(woff2?|ttf|eot|otf|css)$">
    Header set Access-Control-Allow-Origin "*"
  </FilesMatch>
</IfModule>
